Shades of Lavender Blue #CECDEF
Tints of Lavender Blue #CECDEF
RGB
CMYK
RGB Variations
Color information
#CECDEF (or 0xCECDEF) is known color: Lavender Blue. HEX triplet: CE, CD and EF. RGB value is (206,205,239). Sum of RGB (Red+Green+Blue) = 206+205+239=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 205 (80.47% from 255 or 31.54% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CECDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDEF is #313210. Grayscale: #D1D1D1. Windows color (decimal): -3224081 or 15715790. OLE color: 15715790.
HSL color Cylindrical-coordinate representation of color #CECDEF: hue angle of 241.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECDEF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 205 | 239 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.06 |
| HSL | 241.76º | 0.52% | 0.87% | - |
| HSV(B) | 241.76º | 0.14% | 0.94% | - |
| XYZ | 62.86 | 63.02 | 90.51 | - |
| YUV | 209.18 | 144.83 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 239 | 0.14 | 0.14 | 0 | 0.06 | 241.76 | 0.52 | 0.87 |
| Hex | CE | CD | EF | E | E | 0 | 6 | F2 | 34 | 57 |
| Octal | 316 | 315 | 357 | 16 | 16 | 0 | 6 | 362 | 64 | 127 |
| Binary | 11001110 | 11001101 | 11101111 | 1110 | 1110 | 0 | 110 | 11110010 | 110100 | 1010111 |
Color Harmonies of #CECDEF
Complementary color
Monochromatic Colors of #CECDEF
Black with #CECDEF
Text Example
Text Example
White with #CECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDEF; }
p { color: rgb(206,205,239); }
H1.HeaderClassName
{
color: #CECDEF;
}
.AnyTagClassName
{
color: #CECDEF;
}
</style>
background-color css
<style>
a { background-color: #CECDEF; }
a { background-color: rgb(206,205,239); }
div.DivClassName
{
background-color: #CECDEF;
}
.BgClassName
{
background-color: #CECDEF;
}
</style>
border-color css
<style>
span { border-color: #CECDEF; }
span { border-color: rgb(206,205,239); }
td.TdClassName
{
border-color: #CECDEF;
}
.TagClassName
{
border-color: #CECDEF;
}
</style>