Shades of Very Light Grey #CEC8C8
Tints of Very Light Grey #CEC8C8
RGB
CMYK
RGB Variations
Color information
#CEC8C8 (or 0xCEC8C8) is known color: Very Light Grey. HEX triplet: CE, C8 and C8. RGB value is (206,200,200). Sum of RGB (Red+Green+Blue) = 206+200+200=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8C8 is #313737. Grayscale: #C9C9C9. Windows color (decimal): -3225400 or 13158606. OLE color: 13158606.
HSL color Cylindrical-coordinate representation of color #CEC8C8: hue angle of 0º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CEC8C8 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 200 | - |
CMYK | 0 | 0.03 | 0.03 | 0.19 |
HSL | 0º | 0.06% | 0.8% | - |
HSV(B) | 0º | 0.03% | 0.81% | - |
XYZ | 56.53 | 58.6 | 62.97 | - |
YUV | 201.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 200 | 0 | 0.03 | 0.03 | 0.19 | 0 | 0.06 | 0.8 |
Hex | CE | C8 | C8 | 0 | 3 | 3 | 13 | 0 | 6 | 50 |
Octal | 316 | 310 | 310 | 0 | 3 | 3 | 23 | 0 | 6 | 120 |
Binary | 11001110 | 11001000 | 11001000 | 0 | 11 | 11 | 10011 | 0 | 110 | 1010000 |
Color Harmonies of #CEC8C8
Complementary color
Monochromatic Colors of #CEC8C8
Black with #CEC8C8
Text Example
Text Example
White with #CEC8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8C8; }
p { color: rgb(206,200,200); }
H1.HeaderClassName
{
color: #CEC8C8;
}
.AnyTagClassName
{
color: #CEC8C8;
}
</style>
background-color css
<style>
a { background-color: #CEC8C8; }
a { background-color: rgb(206,200,200); }
div.DivClassName
{
background-color: #CEC8C8;
}
.BgClassName
{
background-color: #CEC8C8;
}
</style>
border-color css
<style>
span { border-color: #CEC8C8; }
span { border-color: rgb(206,200,200); }
td.TdClassName
{
border-color: #CEC8C8;
}
.TagClassName
{
border-color: #CEC8C8;
}
</style>