#ebaefa color space conversions
Hex:
        #ebaefa
        RGB:
        235, 174, 250
        CMY:
        8, 32, 2
        CMYK:
        6, 30, 0, 2
      HSL:
        288°, 88.3721%, 83.1373%
        HSV (HSB):
        288°, 30.4000%, 98.0392%
        XYZ:
        66.6523, 54.8364, 97.5140
        xyY:
        0.3043, 0.2504, 54.8364
      CIE-Lab:
        78.9469, 34.9634, -29.0800
        CIE-LCH:
        78.9469, 45.4762, 320.2488
        CIE-Luv:
        78.9469, 28.4981, -52.0427
        Hunter-Lab:
        74.0516, 31.0739, -26.2392
      #ebaefa color charts
#ebaefa RGB chart
      #ebaefa CMYK chart
      #ebaefa RGB pie chart
      #ebaefa color shades, tints & tones
#ebaefa color schemes
#ebaefa color preview, HTML & CSS examples
           This text has a color of #ebaefa        
        
          <p style="color:#ebaefa;">Text here</p>
        
        
          .mytext {color:#ebaefa;}
        
        Text color #ebaefa
      
           This box has a color of #ebaefa        
        
          <div style="background-color:#ebaefa;">Content here</div>
        
        
          .mybackground {background-color:#ebaefa;}
        
        Background color #ebaefa
      
           Border around this has a color of #ebaefa        
        
          <div style="border:2px solid #ebaefa;">Content here</div>
        
        
          .myborder {border:2px solid #ebaefa;}
        
        Border color #ebaefa