Shades of Very Light Grey #CECECE
Tints of Very Light Grey #CECECE
RGB
CMYK
RGB Variations
Color information
#CECECE (or 0xCECECE) is known color: Very Light Grey. HEX triplet: CE, CE and CE. RGB value is (206,206,206). Sum of RGB (Red+Green+Blue) = 206+206+206=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 206 - color contains mainly: red, green, blue. Hex color #CECECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECECE is #313131. Grayscale: #CDCDCD. Windows color (decimal): -3223858 or 13553358. OLE color: 13553358.
HSL color Cylindrical-coordinate representation of color #CECECE: hue angle of 0º degrees, saturation: 0, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0%. Process color model (Four color, CMYK) of #CECECE is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 206 | - |
CMYK | 0 | 0 | 0 | 0.19 |
HSL | 0º | 0% | 0.81% | - |
HSV(B) | 0º | 0% | 0.81% | - |
XYZ | 58.67 | 61.72 | 67.21 | - |
YUV | 206 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 206 | 0 | 0 | 0 | 0.19 | 0 | 0 | 0.81 |
Hex | CE | CE | CE | 0 | 0 | 0 | 13 | 0 | 0 | 51 |
Octal | 316 | 316 | 316 | 0 | 0 | 0 | 23 | 0 | 0 | 121 |
Binary | 11001110 | 11001110 | 11001110 | 0 | 0 | 0 | 10011 | 0 | 0 | 1010001 |
Color Harmonies of #CECECE
Complementary color
Monochromatic Colors of #CECECE
Black with #CECECE
Text Example
Text Example
White with #CECECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECECE; }
p { color: rgb(206,206,206); }
H1.HeaderClassName
{
color: #CECECE;
}
.AnyTagClassName
{
color: #CECECE;
}
</style>
background-color css
<style>
a { background-color: #CECECE; }
a { background-color: rgb(206,206,206); }
div.DivClassName
{
background-color: #CECECE;
}
.BgClassName
{
background-color: #CECECE;
}
</style>
border-color css
<style>
span { border-color: #CECECE; }
span { border-color: rgb(206,206,206); }
td.TdClassName
{
border-color: #CECECE;
}
.TagClassName
{
border-color: #CECECE;
}
</style>