#afaabb color space conversions
Hex:
        #afaabb
        RGB:
        175, 170, 187
        CMY:
        31, 33, 27
        CMYK:
        6, 9, 0, 27
      HSL:
        258°, 11.1111%, 70.0000%
        HSV (HSB):
        258°, 9.0909%, 73.3333%
        XYZ:
        41.0236, 41.4513, 52.8524
        xyY:
        0.3031, 0.3063, 41.4513
      CIE-Lab:
        70.4909, 5.0578, -8.0581
        CIE-LCH:
        70.4909, 9.5139, 302.1152
        CIE-Luv:
        70.4909, 1.7835, -12.9495
        Hunter-Lab:
        64.3827, 1.0676, -3.6039
      #afaabb color charts
#afaabb RGB chart
      #afaabb CMYK chart
      #afaabb RGB pie chart
      #afaabb color shades, tints & tones
#afaabb color schemes
#afaabb color preview, HTML & CSS examples
           This text has a color of #afaabb        
        
          <p style="color:#afaabb;">Text here</p>
        
        
          .mytext {color:#afaabb;}
        
        Text color #afaabb
      
           This box has a color of #afaabb        
        
          <div style="background-color:#afaabb;">Content here</div>
        
        
          .mybackground {background-color:#afaabb;}
        
        Background color #afaabb
      
           Border around this has a color of #afaabb        
        
          <div style="border:2px solid #afaabb;">Content here</div>
        
        
          .myborder {border:2px solid #afaabb;}
        
        Border color #afaabb