#eadedf color space conversions
Hex:
        #eadedf
        RGB:
        234, 222, 223
        CMY:
        8, 13, 13
        CMYK:
        0, 5, 5, 8
      HSL:
        355°, 22.2222%, 89.4118%
        HSV (HSB):
        355°, 5.1282%, 91.7647%
        XYZ:
        73.3722, 75.0627, 80.4335
        xyY:
        0.3206, 0.3280, 75.0627
      CIE-Lab:
        89.4224, 4.2642, 0.9667
        CIE-LCH:
        89.4224, 4.3723, 12.7726
        CIE-Luv:
        89.4224, 6.8416, 0.7044
        Hunter-Lab:
        86.6387, -0.4504, 5.6036
      #eadedf color charts
#eadedf RGB chart
      #eadedf CMYK chart
      #eadedf RGB pie chart
      #eadedf color shades, tints & tones
#eadedf color schemes
#eadedf color preview, HTML & CSS examples
           This text has a color of #eadedf        
        
          <p style="color:#eadedf;">Text here</p>
        
        
          .mytext {color:#eadedf;}
        
        Text color #eadedf
      
           This box has a color of #eadedf        
        
          <div style="background-color:#eadedf;">Content here</div>
        
        
          .mybackground {background-color:#eadedf;}
        
        Background color #eadedf
      
           Border around this has a color of #eadedf        
        
          <div style="border:2px solid #eadedf;">Content here</div>
        
        
          .myborder {border:2px solid #eadedf;}
        
        Border color #eadedf