Shades of Lavender Blue #CECAEC
Tints of Lavender Blue #CECAEC
RGB
CMYK
RGB Variations
Color information
#CECAEC (or 0xCECAEC) is known color: Lavender Blue. HEX triplet: CE, CA and EC. RGB value is (206,202,236). Sum of RGB (Red+Green+Blue) = 206+202+236=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #CECAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAEC is #313513. Grayscale: #CECECE. Windows color (decimal): -3224852 or 15518414. OLE color: 15518414.
HSL color Cylindrical-coordinate representation of color #CECAEC: hue angle of 247.06º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECAEC is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 202 | 236 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.07 |
| HSL | 247.06º | 0.47% | 0.86% | - |
| HSV(B) | 247.06º | 0.14% | 0.93% | - |
| XYZ | 61.71 | 61.42 | 87.96 | - |
| YUV | 207.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 236 | 0.13 | 0.14 | 0 | 0.07 | 247.06 | 0.47 | 0.86 |
| Hex | CE | CA | EC | D | E | 0 | 7 | F7 | 2F | 56 |
| Octal | 316 | 312 | 354 | 15 | 16 | 0 | 7 | 367 | 57 | 126 |
| Binary | 11001110 | 11001010 | 11101100 | 1101 | 1110 | 0 | 111 | 11110111 | 101111 | 1010110 |
Color Harmonies of #CECAEC
Complementary color
Monochromatic Colors of #CECAEC
Black with #CECAEC
Text Example
Text Example
White with #CECAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAEC; }
p { color: rgb(206,202,236); }
H1.HeaderClassName
{
color: #CECAEC;
}
.AnyTagClassName
{
color: #CECAEC;
}
</style>
background-color css
<style>
a { background-color: #CECAEC; }
a { background-color: rgb(206,202,236); }
div.DivClassName
{
background-color: #CECAEC;
}
.BgClassName
{
background-color: #CECAEC;
}
</style>
border-color css
<style>
span { border-color: #CECAEC; }
span { border-color: rgb(206,202,236); }
td.TdClassName
{
border-color: #CECAEC;
}
.TagClassName
{
border-color: #CECAEC;
}
</style>