Shades of Mercury #D1CDCC
Tints of Mercury #D1CDCC
RGB
CMYK
RGB Variations
Color information
#D1CDCC (or 0xD1CDCC) is known color: Mercury. HEX triplet: D1, CD and CC. RGB value is (209,205,204). Sum of RGB (Red+Green+Blue) = 209+205+204=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDCC is #2E3233. Grayscale: #CECECE. Windows color (decimal): -3027508 or 13422033. OLE color: 13422033.
HSL color Cylindrical-coordinate representation of color #D1CDCC: hue angle of 12º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1CDCC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 205 | 204 | - |
CMYK | 0 | 0.02 | 0.02 | 0.18 |
HSL | 12º | 0.05% | 0.81% | - |
HSV(B) | 12º | 0.02% | 0.82% | - |
XYZ | 59.02 | 61.58 | 65.9 | - |
YUV | 206.08 | 126.83 | 130.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 204 | 0 | 0.02 | 0.02 | 0.18 | 12 | 0.05 | 0.81 |
Hex | D1 | CD | CC | 0 | 2 | 2 | 12 | C | 5 | 51 |
Octal | 321 | 315 | 314 | 0 | 2 | 2 | 22 | 14 | 5 | 121 |
Binary | 11010001 | 11001101 | 11001100 | 0 | 10 | 10 | 10010 | 1100 | 101 | 1010001 |
Color Harmonies of #D1CDCC
Complementary color
Monochromatic Colors of #D1CDCC
Black with #D1CDCC
Text Example
Text Example
White with #D1CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDCC; }
p { color: rgb(209,205,204); }
H1.HeaderClassName
{
color: #D1CDCC;
}
.AnyTagClassName
{
color: #D1CDCC;
}
</style>
background-color css
<style>
a { background-color: #D1CDCC; }
a { background-color: rgb(209,205,204); }
div.DivClassName
{
background-color: #D1CDCC;
}
.BgClassName
{
background-color: #D1CDCC;
}
</style>
border-color css
<style>
span { border-color: #D1CDCC; }
span { border-color: rgb(209,205,204); }
td.TdClassName
{
border-color: #D1CDCC;
}
.TagClassName
{
border-color: #D1CDCC;
}
</style>