#ecaffa color space conversions
Hex:
        #ecaffa
        RGB:
        236, 175, 250
        CMY:
        7, 31, 2
        CMYK:
        6, 30, 0, 2
      HSL:
        289°, 88.2353%, 83.3333%
        HSV (HSB):
        289°, 30.0000%, 98.0392%
        XYZ:
        67.1774, 55.3949, 97.5941
        xyY:
        0.3051, 0.2516, 55.3949
      CIE-Lab:
        79.2682, 34.7420, -28.5789
        CIE-LCH:
        79.2682, 44.9862, 320.5592
        CIE-Luv:
        79.2682, 28.6464, -51.2089
        Hunter-Lab:
        74.4278, 30.8627, -25.6451
      #ecaffa color charts
#ecaffa RGB chart
      #ecaffa CMYK chart
      #ecaffa RGB pie chart
      #ecaffa color shades, tints & tones
#ecaffa color schemes
#ecaffa color preview, HTML & CSS examples
           This text has a color of #ecaffa        
        
          <p style="color:#ecaffa;">Text here</p>
        
        
          .mytext {color:#ecaffa;}
        
        Text color #ecaffa
      
           This box has a color of #ecaffa        
        
          <div style="background-color:#ecaffa;">Content here</div>
        
        
          .mybackground {background-color:#ecaffa;}
        
        Background color #ecaffa
      
           Border around this has a color of #ecaffa        
        
          <div style="border:2px solid #ecaffa;">Content here</div>
        
        
          .myborder {border:2px solid #ecaffa;}
        
        Border color #ecaffa