Shades of Mercury #D7CFCD
Tints of Mercury #D7CFCD
RGB
CMYK
RGB Variations
Color information
#D7CFCD (or 0xD7CFCD) is known color: Mercury. HEX triplet: D7, CF and CD. RGB value is (215,207,205). Sum of RGB (Red+Green+Blue) = 215+207+205=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CFCD is #283032. Grayscale: #D1D1D1. Windows color (decimal): -2633779 or 13488087. OLE color: 13488087.
HSL color Cylindrical-coordinate representation of color #D7CFCD: hue angle of 12º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CFCD is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 207 | 205 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.16 |
| HSL | 12º | 0.11% | 0.82% | - |
| HSV(B) | 12º | 0.05% | 0.84% | - |
| XYZ | 61.36 | 63.48 | 66.78 | - |
| YUV | 209.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 207 | 205 | 0 | 0.04 | 0.05 | 0.16 | 12 | 0.11 | 0.82 |
| Hex | D7 | CF | CD | 0 | 4 | 5 | 10 | C | B | 52 |
| Octal | 327 | 317 | 315 | 0 | 4 | 5 | 20 | 14 | 13 | 122 |
| Binary | 11010111 | 11001111 | 11001101 | 0 | 100 | 101 | 10000 | 1100 | 1011 | 1010010 |
Color Harmonies of #D7CFCD
Complementary color
Monochromatic Colors of #D7CFCD
Black with #D7CFCD
Text Example
Text Example
White with #D7CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CFCD; }
p { color: rgb(215,207,205); }
H1.HeaderClassName
{
color: #D7CFCD;
}
.AnyTagClassName
{
color: #D7CFCD;
}
</style>
background-color css
<style>
a { background-color: #D7CFCD; }
a { background-color: rgb(215,207,205); }
div.DivClassName
{
background-color: #D7CFCD;
}
.BgClassName
{
background-color: #D7CFCD;
}
</style>
border-color css
<style>
span { border-color: #D7CFCD; }
span { border-color: rgb(215,207,205); }
td.TdClassName
{
border-color: #D7CFCD;
}
.TagClassName
{
border-color: #D7CFCD;
}
</style>