Shades of Very Light Grey #CECCCC
Tints of Very Light Grey #CECCCC
RGB
CMYK
RGB Variations
Color information
#CECCCC (or 0xCECCCC) is known color: Very Light Grey. HEX triplet: CE, CC and CC. RGB value is (206,204,204). Sum of RGB (Red+Green+Blue) = 206+204+204=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCC is #313333. Grayscale: #CCCCCC. Windows color (decimal): -3224372 or 13421774. OLE color: 13421774.
HSL color Cylindrical-coordinate representation of color #CECCCC: hue angle of 0º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CECCCC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 204 | - |
CMYK | 0 | 0.01 | 0.01 | 0.19 |
HSL | 0º | 0.02% | 0.8% | - |
HSV(B) | 0º | 0.01% | 0.81% | - |
XYZ | 57.95 | 60.67 | 65.78 | - |
YUV | 204.6 | 127.66 | 129 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 204 | 0 | 0.01 | 0.01 | 0.19 | 0 | 0.02 | 0.8 |
Hex | CE | CC | CC | 0 | 1 | 1 | 13 | 0 | 2 | 50 |
Octal | 316 | 314 | 314 | 0 | 1 | 1 | 23 | 0 | 2 | 120 |
Binary | 11001110 | 11001100 | 11001100 | 0 | 1 | 1 | 10011 | 0 | 10 | 1010000 |
Color Harmonies of #CECCCC
Complementary color
Monochromatic Colors of #CECCCC
Black with #CECCCC
Text Example
Text Example
White with #CECCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCCC; }
p { color: rgb(206,204,204); }
H1.HeaderClassName
{
color: #CECCCC;
}
.AnyTagClassName
{
color: #CECCCC;
}
</style>
background-color css
<style>
a { background-color: #CECCCC; }
a { background-color: rgb(206,204,204); }
div.DivClassName
{
background-color: #CECCCC;
}
.BgClassName
{
background-color: #CECCCC;
}
</style>
border-color css
<style>
span { border-color: #CECCCC; }
span { border-color: rgb(206,204,204); }
td.TdClassName
{
border-color: #CECCCC;
}
.TagClassName
{
border-color: #CECCCC;
}
</style>