#eaadfd color space conversions
Hex:
        #eaadfd
        RGB:
        234, 173, 253
        CMY:
        8, 32, 1
        CMYK:
        8, 32, 0, 1
      HSL:
        286°, 95.2381%, 83.5294%
        HSV (HSB):
        286°, 31.6206%, 99.2157%
        XYZ:
        66.6049, 54.4714, 99.9321
        xyY:
        0.3014, 0.2465, 54.4714
      CIE-Lab:
        78.7358, 35.7680, -31.0245
        CIE-LCH:
        78.7358, 47.3484, 319.0622
        CIE-Luv:
        78.7358, 27.9198, -55.3701
        Hunter-Lab:
        73.8048, 31.9285, -28.6157
      #eaadfd color charts
#eaadfd RGB chart
      #eaadfd CMYK chart
      #eaadfd RGB pie chart
      #eaadfd color shades, tints & tones
#eaadfd color schemes
#eaadfd color preview, HTML & CSS examples
           This text has a color of #eaadfd        
        
          <p style="color:#eaadfd;">Text here</p>
        
        
          .mytext {color:#eaadfd;}
        
        Text color #eaadfd
      
           This box has a color of #eaadfd        
        
          <div style="background-color:#eaadfd;">Content here</div>
        
        
          .mybackground {background-color:#eaadfd;}
        
        Background color #eaadfd
      
           Border around this has a color of #eaadfd        
        
          <div style="border:2px solid #eaadfd;">Content here</div>
        
        
          .myborder {border:2px solid #eaadfd;}
        
        Border color #eaadfd