Shades of Mercury #D0CCCB
Tints of Mercury #D0CCCB
RGB
CMYK
RGB Variations
Color information
#D0CCCB (or 0xD0CCCB) is known color: Mercury. HEX triplet: D0, CC and CB. RGB value is (208,204,203). Sum of RGB (Red+Green+Blue) = 208+204+203=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCB is #2F3334. Grayscale: #CDCDCD. Windows color (decimal): -3093301 or 13356240. OLE color: 13356240.
HSL color Cylindrical-coordinate representation of color #D0CCCB: 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 #D0CCCB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 203 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.18 |
| HSL | 12º | 0.05% | 0.81% | - |
| HSV(B) | 12º | 0.02% | 0.82% | - |
| XYZ | 58.38 | 60.91 | 65.18 | - |
| YUV | 205.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 203 | 0 | 0.02 | 0.02 | 0.18 | 12 | 0.05 | 0.81 |
| Hex | D0 | CC | CB | 0 | 2 | 2 | 12 | C | 5 | 51 |
| Octal | 320 | 314 | 313 | 0 | 2 | 2 | 22 | 14 | 5 | 121 |
| Binary | 11010000 | 11001100 | 11001011 | 0 | 10 | 10 | 10010 | 1100 | 101 | 1010001 |
Color Harmonies of #D0CCCB
Complementary color
Monochromatic Colors of #D0CCCB
Black with #D0CCCB
Text Example
Text Example
White with #D0CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCCB; }
p { color: rgb(208,204,203); }
H1.HeaderClassName
{
color: #D0CCCB;
}
.AnyTagClassName
{
color: #D0CCCB;
}
</style>
background-color css
<style>
a { background-color: #D0CCCB; }
a { background-color: rgb(208,204,203); }
div.DivClassName
{
background-color: #D0CCCB;
}
.BgClassName
{
background-color: #D0CCCB;
}
</style>
border-color css
<style>
span { border-color: #D0CCCB; }
span { border-color: rgb(208,204,203); }
td.TdClassName
{
border-color: #D0CCCB;
}
.TagClassName
{
border-color: #D0CCCB;
}
</style>