Shades of Mercury #D6CECB
Tints of Mercury #D6CECB
RGB
CMYK
RGB Variations
Color information
#D6CECB (or 0xD6CECB) is known color: Mercury. HEX triplet: D6, CE and CB. RGB value is (214,206,203). Sum of RGB (Red+Green+Blue) = 214+206+203=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CECB is #293134. Grayscale: #D0D0D0. Windows color (decimal): -2699573 or 13356758. OLE color: 13356758.
HSL color Cylindrical-coordinate representation of color #D6CECB: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CECB is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 203 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.16 |
| HSL | 16.36º | 0.12% | 0.82% | - |
| HSV(B) | 16.36º | 0.05% | 0.84% | - |
| XYZ | 60.58 | 62.75 | 65.42 | - |
| YUV | 208.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 203 | 0 | 0.04 | 0.05 | 0.16 | 16.36 | 0.12 | 0.82 |
| Hex | D6 | CE | CB | 0 | 4 | 5 | 10 | 10 | C | 52 |
| Octal | 326 | 316 | 313 | 0 | 4 | 5 | 20 | 20 | 14 | 122 |
| Binary | 11010110 | 11001110 | 11001011 | 0 | 100 | 101 | 10000 | 10000 | 1100 | 1010010 |
Color Harmonies of #D6CECB
Complementary color
Monochromatic Colors of #D6CECB
Black with #D6CECB
Text Example
Text Example
White with #D6CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CECB; }
p { color: rgb(214,206,203); }
H1.HeaderClassName
{
color: #D6CECB;
}
.AnyTagClassName
{
color: #D6CECB;
}
</style>
background-color css
<style>
a { background-color: #D6CECB; }
a { background-color: rgb(214,206,203); }
div.DivClassName
{
background-color: #D6CECB;
}
.BgClassName
{
background-color: #D6CECB;
}
</style>
border-color css
<style>
span { border-color: #D6CECB; }
span { border-color: rgb(214,206,203); }
td.TdClassName
{
border-color: #D6CECB;
}
.TagClassName
{
border-color: #D6CECB;
}
</style>