#cafdff color space conversions
Hex:
        #cafdff
        RGB:
        202, 253, 255
        CMY:
        21, 1, 0
        CMYK:
        21, 1, 0, 0
      HSL:
        182°, 100.0000%, 89.6078%
        HSV (HSB):
        182°, 20.7843%, 100.0000%
        XYZ:
        77.5324, 90.0271, 107.8983
        xyY:
        0.2815, 0.3268, 90.0271
      CIE-Lab:
        96.0080, -15.6124, -6.2780
        CIE-LCH:
        96.0080, 16.8274, 201.9059
        CIE-Luv:
        96.0080, -25.9459, -7.2036
        Hunter-Lab:
        94.8826, -20.1851, -1.0054
      #cafdff color charts
#cafdff RGB chart
      #cafdff CMYK chart
      #cafdff RGB pie chart
      #cafdff color shades, tints & tones
#cafdff color schemes
#cafdff color preview, HTML & CSS examples
           This text has a color of #cafdff        
        
          <p style="color:#cafdff;">Text here</p>
        
        
          .mytext {color:#cafdff;}
        
        Text color #cafdff
      
           This box has a color of #cafdff        
        
          <div style="background-color:#cafdff;">Content here</div>
        
        
          .mybackground {background-color:#cafdff;}
        
        Background color #cafdff
      
           Border around this has a color of #cafdff        
        
          <div style="border:2px solid #cafdff;">Content here</div>
        
        
          .myborder {border:2px solid #cafdff;}
        
        Border color #cafdff