Shades of Lavender Blue #CEC6FE
Tints of Lavender Blue #CEC6FE
RGB
CMYK
RGB Variations
Color information
#CEC6FE (or 0xCEC6FE) is known color: Lavender Blue. HEX triplet: CE, C6 and FE. RGB value is (206,198,254). Sum of RGB (Red+Green+Blue) = 206+198+254=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 198 (77.73% from 255 or 30.09% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC6FE is #313901. Grayscale: #CECECE. Windows color (decimal): -3225858 or 16697038. OLE color: 16697038.
HSL color Cylindrical-coordinate representation of color #CEC6FE: hue angle of 248.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC6FE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 198 | 254 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.00 |
| HSL | 248.57º | 0.97% | 0.89% | - |
| HSV(B) | 248.57º | 0.22% | 1% | - |
| XYZ | 63.54 | 60.67 | 102.13 | - |
| YUV | 206.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 254 | 0.19 | 0.22 | 0 | 0.00 | 248.57 | 0.97 | 0.89 |
| Hex | CE | C6 | FE | 13 | 16 | 0 | 0 | F9 | 61 | 59 |
| Octal | 316 | 306 | 376 | 23 | 26 | 0 | 0 | 371 | 141 | 131 |
| Binary | 11001110 | 11000110 | 11111110 | 10011 | 10110 | 0 | 0 | 11111001 | 1100001 | 1011001 |
Color Harmonies of #CEC6FE
Complementary color
Monochromatic Colors of #CEC6FE
Black with #CEC6FE
Text Example
Text Example
White with #CEC6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6FE; }
p { color: rgb(206,198,254); }
H1.HeaderClassName
{
color: #CEC6FE;
}
.AnyTagClassName
{
color: #CEC6FE;
}
</style>
background-color css
<style>
a { background-color: #CEC6FE; }
a { background-color: rgb(206,198,254); }
div.DivClassName
{
background-color: #CEC6FE;
}
.BgClassName
{
background-color: #CEC6FE;
}
</style>
border-color css
<style>
span { border-color: #CEC6FE; }
span { border-color: rgb(206,198,254); }
td.TdClassName
{
border-color: #CEC6FE;
}
.TagClassName
{
border-color: #CEC6FE;
}
</style>