#edc1ed color space conversions
Hex:
        #edc1ed
        RGB:
        237, 193, 237
        CMY:
        7, 24, 7
        CMYK:
        0, 19, 0, 7
      HSL:
        300°, 55.0000%, 84.3137%
        HSV (HSB):
        300°, 18.5654%, 92.9412%
        XYZ:
        69.2811, 62.2589, 88.4864
        xyY:
        0.3149, 0.2830, 62.2589
      CIE-Lab:
        83.0509, 23.0388, -15.8615
        CIE-LCH:
        83.0509, 27.9709, 325.4537
        CIE-Luv:
        83.0509, 22.2465, -28.7762
        Hunter-Lab:
        78.9043, 18.6475, -11.2572
      #edc1ed color charts
#edc1ed RGB chart
      #edc1ed CMYK chart
      #edc1ed RGB pie chart
      #edc1ed color shades, tints & tones
#edc1ed color schemes
#edc1ed color preview, HTML & CSS examples
           This text has a color of #edc1ed        
        
          <p style="color:#edc1ed;">Text here</p>
        
        
          .mytext {color:#edc1ed;}
        
        Text color #edc1ed
      
           This box has a color of #edc1ed        
        
          <div style="background-color:#edc1ed;">Content here</div>
        
        
          .mybackground {background-color:#edc1ed;}
        
        Background color #edc1ed
      
           Border around this has a color of #edc1ed        
        
          <div style="border:2px solid #edc1ed;">Content here</div>
        
        
          .myborder {border:2px solid #edc1ed;}
        
        Border color #edc1ed