Shades of Very Light Grey #CEC9C9
Tints of Very Light Grey #CEC9C9
RGB
CMYK
RGB Variations
Color information
#CEC9C9 (or 0xCEC9C9) is known color: Very Light Grey. HEX triplet: CE, C9 and C9. RGB value is (206,201,201). Sum of RGB (Red+Green+Blue) = 206+201+201=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC9C9 is #313636. Grayscale: #CACACA. Windows color (decimal): -3225143 or 13224398. OLE color: 13224398.
HSL color Cylindrical-coordinate representation of color #CEC9C9: hue angle of 0º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CEC9C9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 201 | 201 | - |
CMYK | 0 | 0.02 | 0.02 | 0.19 |
HSL | 0º | 0.05% | 0.8% | - |
HSV(B) | 0º | 0.02% | 0.81% | - |
XYZ | 56.88 | 59.11 | 63.67 | - |
YUV | 202.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 201 | 201 | 0 | 0.02 | 0.02 | 0.19 | 0 | 0.05 | 0.8 |
Hex | CE | C9 | C9 | 0 | 2 | 2 | 13 | 0 | 5 | 50 |
Octal | 316 | 311 | 311 | 0 | 2 | 2 | 23 | 0 | 5 | 120 |
Binary | 11001110 | 11001001 | 11001001 | 0 | 10 | 10 | 10011 | 0 | 101 | 1010000 |
Color Harmonies of #CEC9C9
Complementary color
Monochromatic Colors of #CEC9C9
Black with #CEC9C9
Text Example
Text Example
White with #CEC9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC9C9; }
p { color: rgb(206,201,201); }
H1.HeaderClassName
{
color: #CEC9C9;
}
.AnyTagClassName
{
color: #CEC9C9;
}
</style>
background-color css
<style>
a { background-color: #CEC9C9; }
a { background-color: rgb(206,201,201); }
div.DivClassName
{
background-color: #CEC9C9;
}
.BgClassName
{
background-color: #CEC9C9;
}
</style>
border-color css
<style>
span { border-color: #CEC9C9; }
span { border-color: rgb(206,201,201); }
td.TdClassName
{
border-color: #CEC9C9;
}
.TagClassName
{
border-color: #CEC9C9;
}
</style>