#effdce color space conversions
Hex:
        #effdce
        RGB:
        239, 253, 206
        CMY:
        6, 1, 19
        CMYK:
        6, 0, 19, 1
      HSL:
        78°, 92.1569%, 90.0000%
        HSV (HSB):
        78°, 18.5771%, 99.2157%
        XYZ:
        81.8625, 93.0575, 72.0398
        xyY:
        0.3315, 0.3768, 93.0575
      CIE-Lab:
        97.2509, -12.4298, 20.9856
        CIE-LCH:
        97.2509, 24.3905, 120.6383
        CIE-Luv:
        97.2509, -5.7173, 33.0117
        Hunter-Lab:
        96.4663, -17.3389, 23.2494
      #effdce color charts
#effdce RGB chart
      #effdce CMYK chart
      #effdce RGB pie chart
      #effdce color shades, tints & tones
#effdce color schemes
#effdce color preview, HTML & CSS examples
           This text has a color of #effdce        
        
          <p style="color:#effdce;">Text here</p>
        
        
          .mytext {color:#effdce;}
        
        Text color #effdce
      
           This box has a color of #effdce        
        
          <div style="background-color:#effdce;">Content here</div>
        
        
          .mybackground {background-color:#effdce;}
        
        Background color #effdce
      
           Border around this has a color of #effdce        
        
          <div style="border:2px solid #effdce;">Content here</div>
        
        
          .myborder {border:2px solid #effdce;}
        
        Border color #effdce