#cafeef color space conversions
Hex:
        #cafeef
        RGB:
        202, 254, 239
        CMY:
        21, 0, 6
        CMYK:
        20, 0, 6, 0
      HSL:
        163°, 96.2963%, 89.4118%
        HSV (HSB):
        163°, 20.4724%, 99.6078%
        XYZ:
        75.3789, 89.6722, 94.9969
        xyY:
        0.2899, 0.3448, 89.6722
      CIE-Lab:
        95.8606, -19.3431, 1.7547
        CIE-LCH:
        95.8606, 19.4225, 174.8166
        CIE-Luv:
        95.8606, -26.2256, 6.0827
        Hunter-Lab:
        94.6954, -23.6283, 6.8080
      #cafeef color charts
#cafeef RGB chart
      #cafeef CMYK chart
      #cafeef RGB pie chart
      #cafeef color shades, tints & tones
#cafeef color schemes
#cafeef color preview, HTML & CSS examples
           This text has a color of #cafeef        
        
          <p style="color:#cafeef;">Text here</p>
        
        
          .mytext {color:#cafeef;}
        
        Text color #cafeef
      
           This box has a color of #cafeef        
        
          <div style="background-color:#cafeef;">Content here</div>
        
        
          .mybackground {background-color:#cafeef;}
        
        Background color #cafeef
      
           Border around this has a color of #cafeef        
        
          <div style="border:2px solid #cafeef;">Content here</div>
        
        
          .myborder {border:2px solid #cafeef;}
        
        Border color #cafeef