#edadff color space conversions
Hex:
        #edadff
        RGB:
        237, 173, 255
        CMY:
        7, 32, 0
        CMYK:
        7, 32, 0, 0
      HSL:
        287°, 100.0000%, 83.9216%
        HSV (HSB):
        287°, 32.1569%, 100.0000%
        XYZ:
        67.9186, 55.1117, 101.6657
        xyY:
        0.3023, 0.2453, 55.1117
      CIE-Lab:
        79.1055, 37.0753, -31.5045
        CIE-LCH:
        79.1055, 48.6530, 319.6440
        CIE-Luv:
        79.1055, 29.4453, -56.4142
        Hunter-Lab:
        74.2372, 33.3920, -29.2298
      #edadff color charts
#edadff RGB chart
      #edadff CMYK chart
      #edadff RGB pie chart
      #edadff color shades, tints & tones
#edadff color schemes
#edadff color preview, HTML & CSS examples
           This text has a color of #edadff        
        
          <p style="color:#edadff;">Text here</p>
        
        
          .mytext {color:#edadff;}
        
        Text color #edadff
      
           This box has a color of #edadff        
        
          <div style="background-color:#edadff;">Content here</div>
        
        
          .mybackground {background-color:#edadff;}
        
        Background color #edadff
      
           Border around this has a color of #edadff        
        
          <div style="border:2px solid #edadff;">Content here</div>
        
        
          .myborder {border:2px solid #edadff;}
        
        Border color #edadff