Shades of Lavender Grey #CECCDC
Tints of Lavender Grey #CECCDC
RGB
CMYK
RGB Variations
Color information
#CECCDC (or 0xCECCDC) is known color: Lavender Grey. HEX triplet: CE, CC and DC. RGB value is (206,204,220). Sum of RGB (Red+Green+Blue) = 206+204+220=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #CECCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCDC is #313323. Grayscale: #CECECE. Windows color (decimal): -3224356 or 14470350. OLE color: 14470350.
HSL color Cylindrical-coordinate representation of color #CECCDC: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECCDC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 204 | 220 | - |
CMYK | 0.06 | 0.07 | 0 | 0.14 |
HSL | 247.5º | 0.19% | 0.83% | - |
HSV(B) | 247.5º | 0.07% | 0.86% | - |
XYZ | 59.96 | 61.47 | 76.42 | - |
YUV | 206.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 220 | 0.06 | 0.07 | 0 | 0.14 | 247.5 | 0.19 | 0.83 |
Hex | CE | CC | DC | 6 | 7 | 0 | E | F8 | 13 | 53 |
Octal | 316 | 314 | 334 | 6 | 7 | 0 | 16 | 370 | 23 | 123 |
Binary | 11001110 | 11001100 | 11011100 | 110 | 111 | 0 | 1110 | 11111000 | 10011 | 1010011 |
Color Harmonies of #CECCDC
Complementary color
Monochromatic Colors of #CECCDC
Black with #CECCDC
Text Example
Text Example
White with #CECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCDC; }
p { color: rgb(206,204,220); }
H1.HeaderClassName
{
color: #CECCDC;
}
.AnyTagClassName
{
color: #CECCDC;
}
</style>
background-color css
<style>
a { background-color: #CECCDC; }
a { background-color: rgb(206,204,220); }
div.DivClassName
{
background-color: #CECCDC;
}
.BgClassName
{
background-color: #CECCDC;
}
</style>
border-color css
<style>
span { border-color: #CECCDC; }
span { border-color: rgb(206,204,220); }
td.TdClassName
{
border-color: #CECCDC;
}
.TagClassName
{
border-color: #CECCDC;
}
</style>