#eddafd color space conversions
Hex:
        #eddafd
        RGB:
        237, 218, 253
        CMY:
        7, 15, 1
        CMYK:
        6, 14, 0, 1
      HSL:
        273°, 89.7436%, 92.3529%
        HSV (HSB):
        273°, 13.8340%, 99.2157%
        XYZ:
        77.7261, 75.2392, 103.3545
        xyY:
        0.3032, 0.2935, 75.2392
      CIE-Lab:
        89.5049, 12.8069, -14.6510
        CIE-LCH:
        89.5049, 19.4594, 311.1576
        CIE-Luv:
        89.5049, 8.3674, -25.3388
        Hunter-Lab:
        86.7405, 8.1536, -9.9278
      #eddafd color charts
#eddafd RGB chart
      #eddafd CMYK chart
      #eddafd RGB pie chart
      #eddafd color shades, tints & tones
#eddafd color schemes
#eddafd color preview, HTML & CSS examples
           This text has a color of #eddafd        
        
          <p style="color:#eddafd;">Text here</p>
        
        
          .mytext {color:#eddafd;}
        
        Text color #eddafd
      
           This box has a color of #eddafd        
        
          <div style="background-color:#eddafd;">Content here</div>
        
        
          .mybackground {background-color:#eddafd;}
        
        Background color #eddafd
      
           Border around this has a color of #eddafd        
        
          <div style="border:2px solid #eddafd;">Content here</div>
        
        
          .myborder {border:2px solid #eddafd;}
        
        Border color #eddafd