#edbbce color space conversions
Hex:
        #edbbce
        RGB:
        237, 187, 206
        CMY:
        7, 27, 19
        CMYK:
        0, 21, 13, 7
      HSL:
        337°, 58.1395%, 83.1373%
        HSV (HSB):
        337°, 21.0970%, 92.9412%
        XYZ:
        63.8360, 58.0014, 66.2234
        xyY:
        0.3394, 0.3084, 58.0014
      CIE-Lab:
        80.7396, 20.8896, -2.6598
        CIE-LCH:
        80.7396, 21.0582, 352.7438
        CIE-Luv:
        80.7396, 28.9945, -7.7767
        Hunter-Lab:
        76.1587, 16.3405, 1.7557
      #edbbce color charts
#edbbce RGB chart
      #edbbce CMYK chart
      #edbbce RGB pie chart
      #edbbce color shades, tints & tones
#edbbce color schemes
#edbbce color preview, HTML & CSS examples
           This text has a color of #edbbce        
        
          <p style="color:#edbbce;">Text here</p>
        
        
          .mytext {color:#edbbce;}
        
        Text color #edbbce
      
           This box has a color of #edbbce        
        
          <div style="background-color:#edbbce;">Content here</div>
        
        
          .mybackground {background-color:#edbbce;}
        
        Background color #edbbce
      
           Border around this has a color of #edbbce        
        
          <div style="border:2px solid #edbbce;">Content here</div>
        
        
          .myborder {border:2px solid #edbbce;}
        
        Border color #edbbce