Shades of Very Light Grey #CECBCB
Tints of Very Light Grey #CECBCB
RGB
CMYK
RGB Variations
Color information
#CECBCB (or 0xCECBCB) is known color: Very Light Grey. HEX triplet: CE, CB and CB. RGB value is (206,203,203). Sum of RGB (Red+Green+Blue) = 206+203+203=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBCB is #313434. Grayscale: #CBCBCB. Windows color (decimal): -3224629 or 13355982. OLE color: 13355982.
HSL color Cylindrical-coordinate representation of color #CECBCB: hue angle of 0º degrees, saturation: 0.03, 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 #CECBCB is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 203 | 203 | - |
CMYK | 0 | 0.01 | 0.01 | 0.19 |
HSL | 0º | 0.03% | 0.8% | - |
HSV(B) | 0º | 0.01% | 0.81% | - |
XYZ | 57.59 | 60.15 | 65.07 | - |
YUV | 203.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 203 | 0 | 0.01 | 0.01 | 0.19 | 0 | 0.03 | 0.8 |
Hex | CE | CB | CB | 0 | 1 | 1 | 13 | 0 | 3 | 50 |
Octal | 316 | 313 | 313 | 0 | 1 | 1 | 23 | 0 | 3 | 120 |
Binary | 11001110 | 11001011 | 11001011 | 0 | 1 | 1 | 10011 | 0 | 11 | 1010000 |
Color Harmonies of #CECBCB
Complementary color
Monochromatic Colors of #CECBCB
Black with #CECBCB
Text Example
Text Example
White with #CECBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBCB; }
p { color: rgb(206,203,203); }
H1.HeaderClassName
{
color: #CECBCB;
}
.AnyTagClassName
{
color: #CECBCB;
}
</style>
background-color css
<style>
a { background-color: #CECBCB; }
a { background-color: rgb(206,203,203); }
div.DivClassName
{
background-color: #CECBCB;
}
.BgClassName
{
background-color: #CECBCB;
}
</style>
border-color css
<style>
span { border-color: #CECBCB; }
span { border-color: rgb(206,203,203); }
td.TdClassName
{
border-color: #CECBCB;
}
.TagClassName
{
border-color: #CECBCB;
}
</style>