Shades of Lavender Grey #CECED4
Tints of Lavender Grey #CECED4
RGB
CMYK
RGB Variations
Color information
#CECED4 (or 0xCECED4) is known color: Lavender Grey. HEX triplet: CE, CE and D4. RGB value is (206,206,212). Sum of RGB (Red+Green+Blue) = 206+206+212=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 212 - color contains mainly: blue. Hex color #CECED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECED4 is #31312B. Grayscale: #CECECE. Windows color (decimal): -3223852 or 13946574. OLE color: 13946574.
HSL color Cylindrical-coordinate representation of color #CECED4: hue angle of 240º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECED4 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 206 | 212 | - |
CMYK | 0.03 | 0.03 | 0 | 0.17 |
HSL | 240º | 0.07% | 0.82% | - |
HSV(B) | 240º | 0.03% | 0.83% | - |
XYZ | 59.41 | 62.02 | 71.13 | - |
YUV | 206.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 212 | 0.03 | 0.03 | 0 | 0.17 | 240 | 0.07 | 0.82 |
Hex | CE | CE | D4 | 3 | 3 | 0 | 11 | F0 | 7 | 52 |
Octal | 316 | 316 | 324 | 3 | 3 | 0 | 21 | 360 | 7 | 122 |
Binary | 11001110 | 11001110 | 11010100 | 11 | 11 | 0 | 10001 | 11110000 | 111 | 1010010 |
Color Harmonies of #CECED4
Complementary color
Monochromatic Colors of #CECED4
Black with #CECED4
Text Example
Text Example
White with #CECED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECED4; }
p { color: rgb(206,206,212); }
H1.HeaderClassName
{
color: #CECED4;
}
.AnyTagClassName
{
color: #CECED4;
}
</style>
background-color css
<style>
a { background-color: #CECED4; }
a { background-color: rgb(206,206,212); }
div.DivClassName
{
background-color: #CECED4;
}
.BgClassName
{
background-color: #CECED4;
}
</style>
border-color css
<style>
span { border-color: #CECED4; }
span { border-color: rgb(206,206,212); }
td.TdClassName
{
border-color: #CECED4;
}
.TagClassName
{
border-color: #CECED4;
}
</style>