#eff5dc color space conversions
Hex:
        #eff5dc
        RGB:
        239, 245, 220
        CMY:
        6, 4, 14
        CMYK:
        2, 0, 10, 4
      HSL:
        74°, 55.5556%, 91.1765%
        HSV (HSB):
        74°, 10.2041%, 96.0784%
        XYZ:
        81.1673, 88.8228, 80.5767
        xyY:
        0.3239, 0.3545, 88.8228
      CIE-Lab:
        95.5063, -6.2604, 11.3490
        CIE-LCH:
        95.5063, 12.9612, 118.8823
        CIE-Luv:
        95.5063, -2.1027, 18.1497
        Hunter-Lab:
        94.2459, -11.2009, 15.2814
      #eff5dc color charts
#eff5dc RGB chart
      #eff5dc CMYK chart
      #eff5dc RGB pie chart
      #eff5dc color shades, tints & tones
#eff5dc color schemes
#eff5dc color preview, HTML & CSS examples
           This text has a color of #eff5dc        
        
          <p style="color:#eff5dc;">Text here</p>
        
        
          .mytext {color:#eff5dc;}
        
        Text color #eff5dc
      
           This box has a color of #eff5dc        
        
          <div style="background-color:#eff5dc;">Content here</div>
        
        
          .mybackground {background-color:#eff5dc;}
        
        Background color #eff5dc
      
           Border around this has a color of #eff5dc        
        
          <div style="border:2px solid #eff5dc;">Content here</div>
        
        
          .myborder {border:2px solid #eff5dc;}
        
        Border color #eff5dc