#afcdea color space conversions
Hex:
        #afcdea
        RGB:
        175, 205, 234
        CMY:
        31, 20, 8
        CMYK:
        25, 12, 0, 8
      HSL:
        209°, 58.4158%, 80.1961%
        HSV (HSB):
        209°, 25.2137%, 91.7647%
        XYZ:
        54.3618, 58.7171, 86.3103
        xyY:
        0.2726, 0.2945, 58.7171
      CIE-Lab:
        81.1359, -3.6504, -17.6206
        CIE-LCH:
        81.1359, 17.9947, 258.2957
        CIE-Luv:
        81.1359, -16.5923, -27.1742
        Hunter-Lab:
        76.6271, -7.4636, -13.1434
      #afcdea color charts
#afcdea RGB chart
      #afcdea CMYK chart
      #afcdea RGB pie chart
      #afcdea color shades, tints & tones
#afcdea color schemes
#afcdea color preview, HTML & CSS examples
           This text has a color of #afcdea        
        
          <p style="color:#afcdea;">Text here</p>
        
        
          .mytext {color:#afcdea;}
        
        Text color #afcdea
      
           This box has a color of #afcdea        
        
          <div style="background-color:#afcdea;">Content here</div>
        
        
          .mybackground {background-color:#afcdea;}
        
        Background color #afcdea
      
           Border around this has a color of #afcdea        
        
          <div style="border:2px solid #afcdea;">Content here</div>
        
        
          .myborder {border:2px solid #afcdea;}
        
        Border color #afcdea