Shades of Lavender Blue #CECBEF
Tints of Lavender Blue #CECBEF
RGB
CMYK
RGB Variations
Color information
#CECBEF (or 0xCECBEF) is known color: Lavender Blue. HEX triplet: CE, CB and EF. RGB value is (206,203,239). Sum of RGB (Red+Green+Blue) = 206+203+239=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CECBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBEF is #313410. Grayscale: #CFCFCF. Windows color (decimal): -3224593 or 15715278. OLE color: 15715278.
HSL color Cylindrical-coordinate representation of color #CECBEF: hue angle of 245º degrees, saturation: 0.53, 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 #CECBEF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 203 | 239 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.06 |
| HSL | 245º | 0.53% | 0.87% | - |
| HSV(B) | 245º | 0.15% | 0.94% | - |
| XYZ | 62.39 | 62.07 | 90.35 | - |
| YUV | 208 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 239 | 0.14 | 0.15 | 0 | 0.06 | 245 | 0.53 | 0.87 |
| Hex | CE | CB | EF | E | F | 0 | 6 | F5 | 35 | 57 |
| Octal | 316 | 313 | 357 | 16 | 17 | 0 | 6 | 365 | 65 | 127 |
| Binary | 11001110 | 11001011 | 11101111 | 1110 | 1111 | 0 | 110 | 11110101 | 110101 | 1010111 |
Color Harmonies of #CECBEF
Complementary color
Monochromatic Colors of #CECBEF
Black with #CECBEF
Text Example
Text Example
White with #CECBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBEF; }
p { color: rgb(206,203,239); }
H1.HeaderClassName
{
color: #CECBEF;
}
.AnyTagClassName
{
color: #CECBEF;
}
</style>
background-color css
<style>
a { background-color: #CECBEF; }
a { background-color: rgb(206,203,239); }
div.DivClassName
{
background-color: #CECBEF;
}
.BgClassName
{
background-color: #CECBEF;
}
</style>
border-color css
<style>
span { border-color: #CECBEF; }
span { border-color: rgb(206,203,239); }
td.TdClassName
{
border-color: #CECBEF;
}
.TagClassName
{
border-color: #CECBEF;
}
</style>