Shades of Very Light Grey #CFCCCC
Tints of Very Light Grey #CFCCCC
RGB
CMYK
RGB Variations
Color information
#CFCCCC (or 0xCFCCCC) is known color: Very Light Grey. HEX triplet: CF, CC and CC. RGB value is (207,204,204). Sum of RGB (Red+Green+Blue) = 207+204+204=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCCC is #303333. Grayscale: #CCCCCC. Windows color (decimal): -3158836 or 13421775. OLE color: 13421775.
HSL color Cylindrical-coordinate representation of color #CFCCCC: hue angle of 0º degrees, saturation: 0.03, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CFCCCC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 204 | 204 | - |
CMYK | 0 | 0.01 | 0.01 | 0.19 |
HSL | 0º | 0.03% | 0.81% | - |
HSV(B) | 0º | 0.01% | 0.81% | - |
XYZ | 58.22 | 60.81 | 65.8 | - |
YUV | 204.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 204 | 204 | 0 | 0.01 | 0.01 | 0.19 | 0 | 0.03 | 0.81 |
Hex | CF | CC | CC | 0 | 1 | 1 | 13 | 0 | 3 | 51 |
Octal | 317 | 314 | 314 | 0 | 1 | 1 | 23 | 0 | 3 | 121 |
Binary | 11001111 | 11001100 | 11001100 | 0 | 1 | 1 | 10011 | 0 | 11 | 1010001 |
Color Harmonies of #CFCCCC
Complementary color
Monochromatic Colors of #CFCCCC
Black with #CFCCCC
Text Example
Text Example
White with #CFCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCCC; }
p { color: rgb(207,204,204); }
H1.HeaderClassName
{
color: #CFCCCC;
}
.AnyTagClassName
{
color: #CFCCCC;
}
</style>
background-color css
<style>
a { background-color: #CFCCCC; }
a { background-color: rgb(207,204,204); }
div.DivClassName
{
background-color: #CFCCCC;
}
.BgClassName
{
background-color: #CFCCCC;
}
</style>
border-color css
<style>
span { border-color: #CFCCCC; }
span { border-color: rgb(207,204,204); }
td.TdClassName
{
border-color: #CFCCCC;
}
.TagClassName
{
border-color: #CFCCCC;
}
</style>