Shades of Lavender Blue #CECEF9
Tints of Lavender Blue #CECEF9
RGB
CMYK
RGB Variations
Color information
#CECEF9 (or 0xCECEF9) is known color: Lavender Blue. HEX triplet: CE, CE and F9. RGB value is (206,206,249). Sum of RGB (Red+Green+Blue) = 206+206+249=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #CECEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF9 is #313106. Grayscale: #D2D2D2. Windows color (decimal): -3223815 or 16371406. OLE color: 16371406.
HSL color Cylindrical-coordinate representation of color #CECEF9: hue angle of 240º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECEF9 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 206 | 249 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.02 |
| HSL | 240º | 0.78% | 0.89% | - |
| HSV(B) | 240º | 0.17% | 0.98% | - |
| XYZ | 64.62 | 64.1 | 98.59 | - |
| YUV | 210.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 249 | 0.17 | 0.17 | 0 | 0.02 | 240 | 0.78 | 0.89 |
| Hex | CE | CE | F9 | 11 | 11 | 0 | 2 | F0 | 4E | 59 |
| Octal | 316 | 316 | 371 | 21 | 21 | 0 | 2 | 360 | 116 | 131 |
| Binary | 11001110 | 11001110 | 11111001 | 10001 | 10001 | 0 | 10 | 11110000 | 1001110 | 1011001 |
Color Harmonies of #CECEF9
Complementary color
Monochromatic Colors of #CECEF9
Black with #CECEF9
Text Example
Text Example
White with #CECEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF9; }
p { color: rgb(206,206,249); }
H1.HeaderClassName
{
color: #CECEF9;
}
.AnyTagClassName
{
color: #CECEF9;
}
</style>
background-color css
<style>
a { background-color: #CECEF9; }
a { background-color: rgb(206,206,249); }
div.DivClassName
{
background-color: #CECEF9;
}
.BgClassName
{
background-color: #CECEF9;
}
</style>
border-color css
<style>
span { border-color: #CECEF9; }
span { border-color: rgb(206,206,249); }
td.TdClassName
{
border-color: #CECEF9;
}
.TagClassName
{
border-color: #CECEF9;
}
</style>