#cafcbd color space conversions
Hex:
        #cafcbd
        RGB:
        202, 252, 189
        CMY:
        21, 1, 26
        CMYK:
        20, 0, 25, 1
      HSL:
        108°, 91.3043%, 86.4706%
        HSV (HSB):
        108°, 25.0000%, 98.8235%
        XYZ:
        68.3528, 85.8515, 61.1125
        xyY:
        0.3175, 0.3987, 85.8515
      CIE-Lab:
        94.2488, -27.2468, 25.1084
        CIE-LCH:
        94.2488, 37.0516, 137.3389
        CIE-Luv:
        94.2488, -24.7963, 41.1290
        Hunter-Lab:
        92.6561, -30.4678, 25.7538
      #cafcbd color charts
#cafcbd RGB chart
      #cafcbd CMYK chart
      #cafcbd RGB pie chart
      #cafcbd color shades, tints & tones
#cafcbd color schemes
#cafcbd color preview, HTML & CSS examples
           This text has a color of #cafcbd        
        
          <p style="color:#cafcbd;">Text here</p>
        
        
          .mytext {color:#cafcbd;}
        
        Text color #cafcbd
      
           This box has a color of #cafcbd        
        
          <div style="background-color:#cafcbd;">Content here</div>
        
        
          .mybackground {background-color:#cafcbd;}
        
        Background color #cafcbd
      
           Border around this has a color of #cafcbd        
        
          <div style="border:2px solid #cafcbd;">Content here</div>
        
        
          .myborder {border:2px solid #cafcbd;}
        
        Border color #cafcbd