#cff5ae color space conversions
Hex:
        #cff5ae
        RGB:
        207, 245, 174
        CMY:
        19, 4, 32
        CMYK:
        16, 0, 29, 4
      HSL:
        92°, 78.0220%, 82.1569%
        HSV (HSB):
        92°, 28.9796%, 96.0784%
        XYZ:
        66.0245, 81.6262, 52.3200
        xyY:
        0.3302, 0.4082, 81.6262
      CIE-Lab:
        92.4096, -24.4645, 30.2624
        CIE-LCH:
        92.4096, 38.9144, 128.9525
        CIE-Luv:
        92.4096, -18.4682, 47.1245
        Hunter-Lab:
        90.3472, -27.6623, 28.9083
      #cff5ae color charts
#cff5ae RGB chart
      #cff5ae CMYK chart
      #cff5ae RGB pie chart
      #cff5ae color shades, tints & tones
#cff5ae color schemes
#cff5ae color preview, HTML & CSS examples
           This text has a color of #cff5ae        
        
          <p style="color:#cff5ae;">Text here</p>
        
        
          .mytext {color:#cff5ae;}
        
        Text color #cff5ae
      
           This box has a color of #cff5ae        
        
          <div style="background-color:#cff5ae;">Content here</div>
        
        
          .mybackground {background-color:#cff5ae;}
        
        Background color #cff5ae
      
           Border around this has a color of #cff5ae        
        
          <div style="border:2px solid #cff5ae;">Content here</div>
        
        
          .myborder {border:2px solid #cff5ae;}
        
        Border color #cff5ae