#cebaee color space conversions
Hex:
        #cebaee
        RGB:
        206, 186, 238
        CMY:
        19, 27, 7
        CMYK:
        13, 22, 0, 7
      HSL:
        263°, 60.4651%, 83.1373%
        HSV (HSB):
        263°, 21.8487%, 93.3333%
        XYZ:
        58.4451, 54.4127, 88.3112
        xyY:
        0.2905, 0.2705, 54.4127
      CIE-Lab:
        78.7017, 16.9833, -23.2368
        CIE-LCH:
        78.7017, 28.7816, 306.1623
        CIE-Luv:
        78.7017, 7.4774, -39.4926
        Hunter-Lab:
        73.7649, 12.3397, -19.3464
      #cebaee color charts
#cebaee RGB chart
      #cebaee CMYK chart
      #cebaee RGB pie chart
      #cebaee color shades, tints & tones
#cebaee color schemes
#cebaee color preview, HTML & CSS examples
           This text has a color of #cebaee        
        
          <p style="color:#cebaee;">Text here</p>
        
        
          .mytext {color:#cebaee;}
        
        Text color #cebaee
      
           This box has a color of #cebaee        
        
          <div style="background-color:#cebaee;">Content here</div>
        
        
          .mybackground {background-color:#cebaee;}
        
        Background color #cebaee
      
           Border around this has a color of #cebaee        
        
          <div style="border:2px solid #cebaee;">Content here</div>
        
        
          .myborder {border:2px solid #cebaee;}
        
        Border color #cebaee