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