Shades of Mercury #D8CDCB
Tints of Mercury #D8CDCB
RGB
CMYK
RGB Variations
Color information
#D8CDCB (or 0xD8CDCB) is known color: Mercury. HEX triplet: D8, CD and CB. RGB value is (216,205,203). Sum of RGB (Red+Green+Blue) = 216+205+203=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDCB is #273234. Grayscale: #D0D0D0. Windows color (decimal): -2568757 or 13356504. OLE color: 13356504.
HSL color Cylindrical-coordinate representation of color #D8CDCB: hue angle of 9.23º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CDCB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 203 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.15 |
| HSL | 9.23º | 0.14% | 0.82% | - |
| HSV(B) | 9.23º | 0.06% | 0.85% | - |
| XYZ | 60.93 | 62.57 | 65.37 | - |
| YUV | 208.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 203 | 0 | 0.05 | 0.06 | 0.15 | 9.23 | 0.14 | 0.82 |
| Hex | D8 | CD | CB | 0 | 5 | 6 | F | 9 | E | 52 |
| Octal | 330 | 315 | 313 | 0 | 5 | 6 | 17 | 11 | 16 | 122 |
| Binary | 11011000 | 11001101 | 11001011 | 0 | 101 | 110 | 1111 | 1001 | 1110 | 1010010 |
Color Harmonies of #D8CDCB
Complementary color
Monochromatic Colors of #D8CDCB
Black with #D8CDCB
Text Example
Text Example
White with #D8CDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CDCB; }
p { color: rgb(216,205,203); }
H1.HeaderClassName
{
color: #D8CDCB;
}
.AnyTagClassName
{
color: #D8CDCB;
}
</style>
background-color css
<style>
a { background-color: #D8CDCB; }
a { background-color: rgb(216,205,203); }
div.DivClassName
{
background-color: #D8CDCB;
}
.BgClassName
{
background-color: #D8CDCB;
}
</style>
border-color css
<style>
span { border-color: #D8CDCB; }
span { border-color: rgb(216,205,203); }
td.TdClassName
{
border-color: #D8CDCB;
}
.TagClassName
{
border-color: #D8CDCB;
}
</style>