#eff2cd color space conversions
Hex:
        #eff2cd
        RGB:
        239, 242, 205
        CMY:
        6, 5, 20
        CMYK:
        1, 0, 15, 5
      HSL:
        65°, 58.7302%, 87.6471%
        HSV (HSB):
        65°, 15.2893%, 94.9020%
        XYZ:
        78.3682, 86.2628, 70.2775
        xyY:
        0.3336, 0.3672, 86.2628
      CIE-Lab:
        94.4246, -7.1146, 17.5454
        CIE-LCH:
        94.4246, 18.9330, 112.0723
        CIE-Luv:
        94.4246, 0.2048, 27.0773
        Hunter-Lab:
        92.8777, -11.9217, 20.1516
      #eff2cd color charts
#eff2cd RGB chart
      #eff2cd CMYK chart
      #eff2cd RGB pie chart
      #eff2cd color shades, tints & tones
#eff2cd color schemes
#eff2cd color preview, HTML & CSS examples
           This text has a color of #eff2cd        
        
          <p style="color:#eff2cd;">Text here</p>
        
        
          .mytext {color:#eff2cd;}
        
        Text color #eff2cd
      
           This box has a color of #eff2cd        
        
          <div style="background-color:#eff2cd;">Content here</div>
        
        
          .mybackground {background-color:#eff2cd;}
        
        Background color #eff2cd
      
           Border around this has a color of #eff2cd        
        
          <div style="border:2px solid #eff2cd;">Content here</div>
        
        
          .myborder {border:2px solid #eff2cd;}
        
        Border color #eff2cd