Shades of Mercury #CFCDCC
Tints of Mercury #CFCDCC
RGB
CMYK
RGB Variations
Color information
#CFCDCC (or 0xCFCDCC) is known color: Mercury. HEX triplet: CF, CD and CC. RGB value is (207,205,204). Sum of RGB (Red+Green+Blue) = 207+205+204=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDCC is #303233. Grayscale: #CDCDCD. Windows color (decimal): -3158580 or 13422031. OLE color: 13422031.
HSL color Cylindrical-coordinate representation of color #CFCDCC: hue angle of 20º 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 #CFCDCC is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 207 | 205 | 204 | - |
CMYK | 0 | 0.01 | 0.01 | 0.19 |
HSL | 20º | 0.03% | 0.81% | - |
HSV(B) | 20º | 0.01% | 0.81% | - |
XYZ | 58.46 | 61.29 | 65.88 | - |
YUV | 205.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 204 | 0 | 0.01 | 0.01 | 0.19 | 20 | 0.03 | 0.81 |
Hex | CF | CD | CC | 0 | 1 | 1 | 13 | 14 | 3 | 51 |
Octal | 317 | 315 | 314 | 0 | 1 | 1 | 23 | 24 | 3 | 121 |
Binary | 11001111 | 11001101 | 11001100 | 0 | 1 | 1 | 10011 | 10100 | 11 | 1010001 |
Color Harmonies of #CFCDCC
Complementary color
Monochromatic Colors of #CFCDCC
Black with #CFCDCC
Text Example
Text Example
White with #CFCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDCC; }
p { color: rgb(207,205,204); }
H1.HeaderClassName
{
color: #CFCDCC;
}
.AnyTagClassName
{
color: #CFCDCC;
}
</style>
background-color css
<style>
a { background-color: #CFCDCC; }
a { background-color: rgb(207,205,204); }
div.DivClassName
{
background-color: #CFCDCC;
}
.BgClassName
{
background-color: #CFCDCC;
}
</style>
border-color css
<style>
span { border-color: #CFCDCC; }
span { border-color: rgb(207,205,204); }
td.TdClassName
{
border-color: #CFCDCC;
}
.TagClassName
{
border-color: #CFCDCC;
}
</style>