#edc2ed color space conversions
Hex:
        #edc2ed
        RGB:
        237, 194, 237
        CMY:
        7, 24, 7
        CMYK:
        0, 18, 0, 7
      HSL:
        300°, 54.4304%, 84.5098%
        HSV (HSB):
        300°, 18.1435%, 92.9412%
        XYZ:
        69.5029, 62.7025, 88.5604
        xyY:
        0.3148, 0.2840, 62.7025
      CIE-Lab:
        83.2856, 22.5068, -15.5088
        CIE-LCH:
        83.2856, 27.3327, 325.4304
        CIE-Luv:
        83.2856, 21.7464, -28.1296
        Hunter-Lab:
        79.1849, 18.1010, -10.8804
      #edc2ed color charts
#edc2ed RGB chart
      #edc2ed CMYK chart
      #edc2ed RGB pie chart
      #edc2ed color shades, tints & tones
#edc2ed color schemes
#edc2ed color preview, HTML & CSS examples
           This text has a color of #edc2ed        
        
          <p style="color:#edc2ed;">Text here</p>
        
        
          .mytext {color:#edc2ed;}
        
        Text color #edc2ed
      
           This box has a color of #edc2ed        
        
          <div style="background-color:#edc2ed;">Content here</div>
        
        
          .mybackground {background-color:#edc2ed;}
        
        Background color #edc2ed
      
           Border around this has a color of #edc2ed        
        
          <div style="border:2px solid #edc2ed;">Content here</div>
        
        
          .myborder {border:2px solid #edc2ed;}
        
        Border color #edc2ed