Shades of Lavender Grey #CECEDC
Tints of Lavender Grey #CECEDC
RGB
CMYK
RGB Variations
Color information
#CECEDC (or 0xCECEDC) is known color: Lavender Grey. HEX triplet: CE, CE and DC. RGB value is (206,206,220). Sum of RGB (Red+Green+Blue) = 206+206+220=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEDC is #313123. Grayscale: #CFCFCF. Windows color (decimal): -3223844 or 14470862. OLE color: 14470862.
HSL color Cylindrical-coordinate representation of color #CECEDC: hue angle of 240º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CECEDC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 206 | 220 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.14 |
| HSL | 240º | 0.17% | 0.84% | - |
| HSV(B) | 240º | 0.06% | 0.86% | - |
| XYZ | 60.44 | 62.43 | 76.57 | - |
| YUV | 207.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 220 | 0.06 | 0.06 | 0 | 0.14 | 240 | 0.17 | 0.84 |
| Hex | CE | CE | DC | 6 | 6 | 0 | E | F0 | 11 | 54 |
| Octal | 316 | 316 | 334 | 6 | 6 | 0 | 16 | 360 | 21 | 124 |
| Binary | 11001110 | 11001110 | 11011100 | 110 | 110 | 0 | 1110 | 11110000 | 10001 | 1010100 |
Color Harmonies of #CECEDC
Complementary color
Monochromatic Colors of #CECEDC
Black with #CECEDC
Text Example
Text Example
White with #CECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEDC; }
p { color: rgb(206,206,220); }
H1.HeaderClassName
{
color: #CECEDC;
}
.AnyTagClassName
{
color: #CECEDC;
}
</style>
background-color css
<style>
a { background-color: #CECEDC; }
a { background-color: rgb(206,206,220); }
div.DivClassName
{
background-color: #CECEDC;
}
.BgClassName
{
background-color: #CECEDC;
}
</style>
border-color css
<style>
span { border-color: #CECEDC; }
span { border-color: rgb(206,206,220); }
td.TdClassName
{
border-color: #CECEDC;
}
.TagClassName
{
border-color: #CECEDC;
}
</style>