Shades of Mercury #D5CCCA
Tints of Mercury #D5CCCA
RGB
CMYK
RGB Variations
Color information
#D5CCCA (or 0xD5CCCA) is known color: Mercury. HEX triplet: D5, CC and CA. RGB value is (213,204,202). Sum of RGB (Red+Green+Blue) = 213+204+202=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCCA is #2A3335. Grayscale: #CECECE. Windows color (decimal): -2765622 or 13290709. OLE color: 13290709.
HSL color Cylindrical-coordinate representation of color #D5CCCA: hue angle of 10.91º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CCCA is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 204 | 202 | - |
CMYK | 0 | 0.04 | 0.05 | 0.16 |
HSL | 10.91º | 0.12% | 0.81% | - |
HSV(B) | 10.91º | 0.05% | 0.84% | - |
XYZ | 59.69 | 61.6 | 64.62 | - |
YUV | 206.46 | 125.48 | 132.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 204 | 202 | 0 | 0.04 | 0.05 | 0.16 | 10.91 | 0.12 | 0.81 |
Hex | D5 | CC | CA | 0 | 4 | 5 | 10 | B | C | 51 |
Octal | 325 | 314 | 312 | 0 | 4 | 5 | 20 | 13 | 14 | 121 |
Binary | 11010101 | 11001100 | 11001010 | 0 | 100 | 101 | 10000 | 1011 | 1100 | 1010001 |
Color Harmonies of #D5CCCA
Complementary color
Monochromatic Colors of #D5CCCA
Black with #D5CCCA
Text Example
Text Example
White with #D5CCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CCCA; }
p { color: rgb(213,204,202); }
H1.HeaderClassName
{
color: #D5CCCA;
}
.AnyTagClassName
{
color: #D5CCCA;
}
</style>
background-color css
<style>
a { background-color: #D5CCCA; }
a { background-color: rgb(213,204,202); }
div.DivClassName
{
background-color: #D5CCCA;
}
.BgClassName
{
background-color: #D5CCCA;
}
</style>
border-color css
<style>
span { border-color: #D5CCCA; }
span { border-color: rgb(213,204,202); }
td.TdClassName
{
border-color: #D5CCCA;
}
.TagClassName
{
border-color: #D5CCCA;
}
</style>