#cfedae color space conversions
Hex:
        #cfedae
        RGB:
        207, 237, 174
        CMY:
        19, 7, 32
        CMYK:
        13, 0, 27, 7
      HSL:
        89°, 63.6364%, 80.5882%
        HSV (HSB):
        89°, 26.5823%, 92.9412%
        XYZ:
        63.6563, 76.8898, 51.5306
        xyY:
        0.3314, 0.4003, 76.8898
      CIE-Lab:
        90.2709, -20.6047, 27.3667
        CIE-LCH:
        90.2709, 34.2563, 126.9765
        CIE-Luv:
        90.2709, -14.3147, 42.4718
        Hunter-Lab:
        87.6868, -23.8697, 26.5380
      #cfedae color charts
#cfedae RGB chart
      #cfedae CMYK chart
      #cfedae RGB pie chart
      #cfedae color shades, tints & tones
#cfedae color schemes
#cfedae color preview, HTML & CSS examples
           This text has a color of #cfedae        
        
          <p style="color:#cfedae;">Text here</p>
        
        
          .mytext {color:#cfedae;}
        
        Text color #cfedae
      
           This box has a color of #cfedae        
        
          <div style="background-color:#cfedae;">Content here</div>
        
        
          .mybackground {background-color:#cfedae;}
        
        Background color #cfedae
      
           Border around this has a color of #cfedae        
        
          <div style="border:2px solid #cfedae;">Content here</div>
        
        
          .myborder {border:2px solid #cfedae;}
        
        Border color #cfedae