Shades of Lavender Blue #CEC9FC
Tints of Lavender Blue #CEC9FC
RGB
CMYK
RGB Variations
Color information
#CEC9FC (or 0xCEC9FC) is known color: Lavender Blue. HEX triplet: CE, C9 and FC. RGB value is (206,201,252). Sum of RGB (Red+Green+Blue) = 206+201+252=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC9FC is #313603. Grayscale: #D0D0D0. Windows color (decimal): -3225092 or 16566734. OLE color: 16566734.
HSL color Cylindrical-coordinate representation of color #CEC9FC: hue angle of 245.88º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC9FC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 201 | 252 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.01 |
| HSL | 245.88º | 0.89% | 0.89% | - |
| HSV(B) | 245.88º | 0.2% | 0.99% | - |
| XYZ | 63.91 | 61.92 | 100.68 | - |
| YUV | 208.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 252 | 0.18 | 0.20 | 0 | 0.01 | 245.88 | 0.89 | 0.89 |
| Hex | CE | C9 | FC | 12 | 14 | 0 | 1 | F6 | 59 | 59 |
| Octal | 316 | 311 | 374 | 22 | 24 | 0 | 1 | 366 | 131 | 131 |
| Binary | 11001110 | 11001001 | 11111100 | 10010 | 10100 | 0 | 1 | 11110110 | 1011001 | 1011001 |
Color Harmonies of #CEC9FC
Complementary color
Monochromatic Colors of #CEC9FC
Black with #CEC9FC
Text Example
Text Example
White with #CEC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9FC; }
p { color: rgb(206,201,252); }
H1.HeaderClassName
{
color: #CEC9FC;
}
.AnyTagClassName
{
color: #CEC9FC;
}
</style>
background-color css
<style>
a { background-color: #CEC9FC; }
a { background-color: rgb(206,201,252); }
div.DivClassName
{
background-color: #CEC9FC;
}
.BgClassName
{
background-color: #CEC9FC;
}
</style>
border-color css
<style>
span { border-color: #CEC9FC; }
span { border-color: rgb(206,201,252); }
td.TdClassName
{
border-color: #CEC9FC;
}
.TagClassName
{
border-color: #CEC9FC;
}
</style>