Shades of Mercury #D2CCCA
Tints of Mercury #D2CCCA
RGB
CMYK
RGB Variations
Color information
#D2CCCA (or 0xD2CCCA) is known color: Mercury. HEX triplet: D2, CC and CA. RGB value is (210,204,202). Sum of RGB (Red+Green+Blue) = 210+204+202=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCCA is #2D3335. Grayscale: #CDCDCD. Windows color (decimal): -2962230 or 13290706. OLE color: 13290706.
HSL color Cylindrical-coordinate representation of color #D2CCCA: hue angle of 15º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CCCA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 202 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.18 |
| HSL | 15º | 0.08% | 0.81% | - |
| HSV(B) | 15º | 0.04% | 0.82% | - |
| XYZ | 58.83 | 61.15 | 64.58 | - |
| YUV | 205.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 202 | 0 | 0.03 | 0.04 | 0.18 | 15 | 0.08 | 0.81 |
| Hex | D2 | CC | CA | 0 | 3 | 4 | 12 | F | 8 | 51 |
| Octal | 322 | 314 | 312 | 0 | 3 | 4 | 22 | 17 | 10 | 121 |
| Binary | 11010010 | 11001100 | 11001010 | 0 | 11 | 100 | 10010 | 1111 | 1000 | 1010001 |
Color Harmonies of #D2CCCA
Complementary color
Monochromatic Colors of #D2CCCA
Black with #D2CCCA
Text Example
Text Example
White with #D2CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCCA; }
p { color: rgb(210,204,202); }
H1.HeaderClassName
{
color: #D2CCCA;
}
.AnyTagClassName
{
color: #D2CCCA;
}
</style>
background-color css
<style>
a { background-color: #D2CCCA; }
a { background-color: rgb(210,204,202); }
div.DivClassName
{
background-color: #D2CCCA;
}
.BgClassName
{
background-color: #D2CCCA;
}
</style>
border-color css
<style>
span { border-color: #D2CCCA; }
span { border-color: rgb(210,204,202); }
td.TdClassName
{
border-color: #D2CCCA;
}
.TagClassName
{
border-color: #D2CCCA;
}
</style>