#ebdfde color space conversions
Hex:
        #ebdfde
        RGB:
        235, 223, 222
        CMY:
        8, 13, 13
        CMYK:
        0, 5, 6, 8
      HSL:
        5°, 24.5283%, 89.6078%
        HSV (HSB):
        5°, 5.5319%, 92.1569%
        XYZ:
        73.8334, 75.7114, 79.8296
        xyY:
        0.3219, 0.3301, 75.7114
      CIE-Lab:
        89.7252, 3.9178, 1.9424
        CIE-LCH:
        89.7252, 4.3729, 26.3716
        CIE-Luv:
        89.7252, 6.9753, 2.2432
        Hunter-Lab:
        87.0123, -0.8072, 6.5129
      #ebdfde color charts
#ebdfde RGB chart
      #ebdfde CMYK chart
      #ebdfde RGB pie chart
      #ebdfde color shades, tints & tones
#ebdfde color schemes
#ebdfde color preview, HTML & CSS examples
           This text has a color of #ebdfde        
        
          <p style="color:#ebdfde;">Text here</p>
        
        
          .mytext {color:#ebdfde;}
        
        Text color #ebdfde
      
           This box has a color of #ebdfde        
        
          <div style="background-color:#ebdfde;">Content here</div>
        
        
          .mybackground {background-color:#ebdfde;}
        
        Background color #ebdfde
      
           Border around this has a color of #ebdfde        
        
          <div style="border:2px solid #ebdfde;">Content here</div>
        
        
          .myborder {border:2px solid #ebdfde;}
        
        Border color #ebdfde