#afcdde color space conversions
Hex:
        #afcdde
        RGB:
        175, 205, 222
        CMY:
        31, 20, 13
        CMYK:
        21, 8, 0, 13
      HSL:
        202°, 41.5929%, 77.8431%
        HSV (HSB):
        202°, 21.1712%, 87.0588%
        XYZ:
        52.6953, 58.0505, 77.5348
        xyY:
        0.2799, 0.3083, 58.0505
      CIE-Lab:
        80.7669, -6.3451, -11.7581
        CIE-LCH:
        80.7669, 13.3609, 241.6470
        CIE-Luv:
        80.7669, -16.2872, -17.2282
        Hunter-Lab:
        76.1909, -9.8795, -7.0021
      #afcdde color charts
#afcdde RGB chart
      #afcdde CMYK chart
      #afcdde RGB pie chart
      #afcdde color shades, tints & tones
#afcdde color schemes
#afcdde color preview, HTML & CSS examples
           This text has a color of #afcdde        
        
          <p style="color:#afcdde;">Text here</p>
        
        
          .mytext {color:#afcdde;}
        
        Text color #afcdde
      
           This box has a color of #afcdde        
        
          <div style="background-color:#afcdde;">Content here</div>
        
        
          .mybackground {background-color:#afcdde;}
        
        Background color #afcdde
      
           Border around this has a color of #afcdde        
        
          <div style="border:2px solid #afcdde;">Content here</div>
        
        
          .myborder {border:2px solid #afcdde;}
        
        Border color #afcdde