Shades of Lavender Blue #CEC9FE
Tints of Lavender Blue #CEC9FE
RGB
CMYK
RGB Variations
Color information
#CEC9FE (or 0xCEC9FE) is known color: Lavender Blue. HEX triplet: CE, C9 and FE. RGB value is (206,201,254). Sum of RGB (Red+Green+Blue) = 206+201+254=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEC9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9FE is #313601. Grayscale: #D0D0D0. Windows color (decimal): -3225090 or 16697806. OLE color: 16697806.
HSL color Cylindrical-coordinate representation of color #CEC9FE: hue angle of 245.66º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEC9FE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 201 | 254 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.00 |
| HSL | 245.66º | 0.96% | 0.89% | - |
| HSV(B) | 245.66º | 0.21% | 1% | - |
| XYZ | 64.23 | 62.05 | 102.36 | - |
| YUV | 208.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 254 | 0.19 | 0.21 | 0 | 0.00 | 245.66 | 0.96 | 0.89 |
| Hex | CE | C9 | FE | 13 | 15 | 0 | 0 | F6 | 60 | 59 |
| Octal | 316 | 311 | 376 | 23 | 25 | 0 | 0 | 366 | 140 | 131 |
| Binary | 11001110 | 11001001 | 11111110 | 10011 | 10101 | 0 | 0 | 11110110 | 1100000 | 1011001 |
Color Harmonies of #CEC9FE
Complementary color
Monochromatic Colors of #CEC9FE
Black with #CEC9FE
Text Example
Text Example
White with #CEC9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9FE; }
p { color: rgb(206,201,254); }
H1.HeaderClassName
{
color: #CEC9FE;
}
.AnyTagClassName
{
color: #CEC9FE;
}
</style>
background-color css
<style>
a { background-color: #CEC9FE; }
a { background-color: rgb(206,201,254); }
div.DivClassName
{
background-color: #CEC9FE;
}
.BgClassName
{
background-color: #CEC9FE;
}
</style>
border-color css
<style>
span { border-color: #CEC9FE; }
span { border-color: rgb(206,201,254); }
td.TdClassName
{
border-color: #CEC9FE;
}
.TagClassName
{
border-color: #CEC9FE;
}
</style>