#eefbde color space conversions
Hex:
        #eefbde
        RGB:
        238, 251, 222
        CMY:
        7, 2, 13
        CMYK:
        5, 0, 12, 2
      HSL:
        87°, 78.3784%, 92.7451%
        HSV (HSB):
        87°, 11.5538%, 98.4314%
        XYZ:
        82.9419, 92.4454, 82.5795
        xyY:
        0.3215, 0.3584, 92.4454
      CIE-Lab:
        97.0021, -9.2754, 12.4413
        CIE-LCH:
        97.0021, 15.5183, 126.7056
        CIE-Luv:
        97.0021, -5.8705, 20.3440
        Hunter-Lab:
        96.1485, -14.2781, 16.3813
      #eefbde color charts
#eefbde RGB chart
      #eefbde CMYK chart
      #eefbde RGB pie chart
      #eefbde color shades, tints & tones
#eefbde color schemes
#eefbde color preview, HTML & CSS examples
           This text has a color of #eefbde        
        
          <p style="color:#eefbde;">Text here</p>
        
        
          .mytext {color:#eefbde;}
        
        Text color #eefbde
      
           This box has a color of #eefbde        
        
          <div style="background-color:#eefbde;">Content here</div>
        
        
          .mybackground {background-color:#eefbde;}
        
        Background color #eefbde
      
           Border around this has a color of #eefbde        
        
          <div style="border:2px solid #eefbde;">Content here</div>
        
        
          .myborder {border:2px solid #eefbde;}
        
        Border color #eefbde