#afacfe color space conversions
Hex:
        #afacfe
        RGB:
        175, 172, 254
        CMY:
        31, 33, 0
        CMYK:
        31, 32, 0, 0
      HSL:
        242°, 97.6190%, 83.5294%
        HSV (HSB):
        242°, 32.2835%, 99.6078%
        XYZ:
        50.3211, 45.7748, 99.9491
        xyY:
        0.2567, 0.2335, 45.7748
      CIE-Lab:
        73.3991, 19.1484, -40.2367
        CIE-LCH:
        73.3991, 44.5607, 295.4495
        CIE-Luv:
        73.3991, -3.5284, -67.7303
        Hunter-Lab:
        67.6571, 14.3627, -40.2286
      #afacfe color charts
#afacfe RGB chart
      #afacfe CMYK chart
      #afacfe RGB pie chart
      #afacfe color shades, tints & tones
#afacfe color schemes
#afacfe color preview, HTML & CSS examples
           This text has a color of #afacfe        
        
          <p style="color:#afacfe;">Text here</p>
        
        
          .mytext {color:#afacfe;}
        
        Text color #afacfe
      
           This box has a color of #afacfe        
        
          <div style="background-color:#afacfe;">Content here</div>
        
        
          .mybackground {background-color:#afacfe;}
        
        Background color #afacfe
      
           Border around this has a color of #afacfe        
        
          <div style="border:2px solid #afacfe;">Content here</div>
        
        
          .myborder {border:2px solid #afacfe;}
        
        Border color #afacfe