#cafdcb color space conversions
Hex:
        #cafdcb
        RGB:
        202, 253, 203
        CMY:
        21, 1, 20
        CMYK:
        20, 0, 20, 1
      HSL:
        121°, 92.7273%, 89.2157%
        HSV (HSB):
        121°, 20.1581%, 99.2157%
        XYZ:
        70.2619, 87.1189, 69.6124
        xyY:
        0.3095, 0.3838, 87.1189
      CIE-Lab:
        94.7887, -25.4417, 18.7202
        CIE-LCH:
        94.7887, 31.5868, 143.6540
        CIE-Luv:
        94.7887, -25.4108, 32.1247
        Hunter-Lab:
        93.3375, -28.9708, 21.1170
      #cafdcb color charts
#cafdcb RGB chart
      #cafdcb CMYK chart
      #cafdcb RGB pie chart
      #cafdcb color shades, tints & tones
#cafdcb color schemes
#cafdcb color preview, HTML & CSS examples
           This text has a color of #cafdcb        
        
          <p style="color:#cafdcb;">Text here</p>
        
        
          .mytext {color:#cafdcb;}
        
        Text color #cafdcb
      
           This box has a color of #cafdcb        
        
          <div style="background-color:#cafdcb;">Content here</div>
        
        
          .mybackground {background-color:#cafdcb;}
        
        Background color #cafdcb
      
           Border around this has a color of #cafdcb        
        
          <div style="border:2px solid #cafdcb;">Content here</div>
        
        
          .myborder {border:2px solid #cafdcb;}
        
        Border color #cafdcb