Shades of Lavender Blue #CECAEF
Tints of Lavender Blue #CECAEF
RGB
CMYK
RGB Variations
Color information
#CECAEF (or 0xCECAEF) is known color: Lavender Blue. HEX triplet: CE, CA and EF. RGB value is (206,202,239). Sum of RGB (Red+Green+Blue) = 206+202+239=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 202 (79.30% from 255 or 31.22% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #CECAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAEF is #313510. Grayscale: #CFCFCF. Windows color (decimal): -3224849 or 15715022. OLE color: 15715022.
HSL color Cylindrical-coordinate representation of color #CECAEF: hue angle of 246.49º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECAEF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 202 | 239 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.06 |
| HSL | 246.49º | 0.54% | 0.86% | - |
| HSV(B) | 246.49º | 0.15% | 0.94% | - |
| XYZ | 62.15 | 61.59 | 90.27 | - |
| YUV | 207.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 239 | 0.14 | 0.15 | 0 | 0.06 | 246.49 | 0.54 | 0.86 |
| Hex | CE | CA | EF | E | F | 0 | 6 | F6 | 36 | 56 |
| Octal | 316 | 312 | 357 | 16 | 17 | 0 | 6 | 366 | 66 | 126 |
| Binary | 11001110 | 11001010 | 11101111 | 1110 | 1111 | 0 | 110 | 11110110 | 110110 | 1010110 |
Color Harmonies of #CECAEF
Complementary color
Monochromatic Colors of #CECAEF
Black with #CECAEF
Text Example
Text Example
White with #CECAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAEF; }
p { color: rgb(206,202,239); }
H1.HeaderClassName
{
color: #CECAEF;
}
.AnyTagClassName
{
color: #CECAEF;
}
</style>
background-color css
<style>
a { background-color: #CECAEF; }
a { background-color: rgb(206,202,239); }
div.DivClassName
{
background-color: #CECAEF;
}
.BgClassName
{
background-color: #CECAEF;
}
</style>
border-color css
<style>
span { border-color: #CECAEF; }
span { border-color: rgb(206,202,239); }
td.TdClassName
{
border-color: #CECAEF;
}
.TagClassName
{
border-color: #CECAEF;
}
</style>