Shades of Lavender Blue #CECCEF
Tints of Lavender Blue #CECCEF
RGB
CMYK
RGB Variations
Color information
#CECCEF (or 0xCECCEF) is known color: Lavender Blue. HEX triplet: CE, CC and EF. RGB value is (206,204,239). Sum of RGB (Red+Green+Blue) = 206+204+239=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #CECCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCEF is #313310. Grayscale: #D0D0D0. Windows color (decimal): -3224337 or 15715534. OLE color: 15715534.
HSL color Cylindrical-coordinate representation of color #CECCEF: hue angle of 243.43º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECCEF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 204 | 239 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.06 |
| HSL | 243.43º | 0.52% | 0.87% | - |
| HSV(B) | 243.43º | 0.15% | 0.94% | - |
| XYZ | 62.63 | 62.54 | 90.43 | - |
| YUV | 208.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 239 | 0.14 | 0.15 | 0 | 0.06 | 243.43 | 0.52 | 0.87 |
| Hex | CE | CC | EF | E | F | 0 | 6 | F3 | 34 | 57 |
| Octal | 316 | 314 | 357 | 16 | 17 | 0 | 6 | 363 | 64 | 127 |
| Binary | 11001110 | 11001100 | 11101111 | 1110 | 1111 | 0 | 110 | 11110011 | 110100 | 1010111 |
Color Harmonies of #CECCEF
Complementary color
Monochromatic Colors of #CECCEF
Black with #CECCEF
Text Example
Text Example
White with #CECCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCEF; }
p { color: rgb(206,204,239); }
H1.HeaderClassName
{
color: #CECCEF;
}
.AnyTagClassName
{
color: #CECCEF;
}
</style>
background-color css
<style>
a { background-color: #CECCEF; }
a { background-color: rgb(206,204,239); }
div.DivClassName
{
background-color: #CECCEF;
}
.BgClassName
{
background-color: #CECCEF;
}
</style>
border-color css
<style>
span { border-color: #CECCEF; }
span { border-color: rgb(206,204,239); }
td.TdClassName
{
border-color: #CECCEF;
}
.TagClassName
{
border-color: #CECCEF;
}
</style>