Shades of Mercury #DDCFCD
Tints of Mercury #DDCFCD
RGB
CMYK
RGB Variations
Color information
#DDCFCD (or 0xDDCFCD) is known color: Mercury. HEX triplet: DD, CF and CD. RGB value is (221,207,205). Sum of RGB (Red+Green+Blue) = 221+207+205=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFCD is #223032. Grayscale: #D2D2D2. Windows color (decimal): -2240563 or 13488093. OLE color: 13488093.
HSL color Cylindrical-coordinate representation of color #DDCFCD: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCFCD is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 205 | - |
CMYK | 0 | 0.06 | 0.07 | 0.13 |
HSL | 7.5º | 0.19% | 0.84% | - |
HSV(B) | 7.5º | 0.07% | 0.87% | - |
XYZ | 63.15 | 64.41 | 66.86 | - |
YUV | 210.96 | 124.64 | 135.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 205 | 0 | 0.06 | 0.07 | 0.13 | 7.5 | 0.19 | 0.84 |
Hex | DD | CF | CD | 0 | 6 | 7 | D | 8 | 13 | 54 |
Octal | 335 | 317 | 315 | 0 | 6 | 7 | 15 | 10 | 23 | 124 |
Binary | 11011101 | 11001111 | 11001101 | 0 | 110 | 111 | 1101 | 1000 | 10011 | 1010100 |
Color Harmonies of #DDCFCD
Complementary color
Monochromatic Colors of #DDCFCD
Black with #DDCFCD
Text Example
Text Example
White with #DDCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFCD; }
p { color: rgb(221,207,205); }
H1.HeaderClassName
{
color: #DDCFCD;
}
.AnyTagClassName
{
color: #DDCFCD;
}
</style>
background-color css
<style>
a { background-color: #DDCFCD; }
a { background-color: rgb(221,207,205); }
div.DivClassName
{
background-color: #DDCFCD;
}
.BgClassName
{
background-color: #DDCFCD;
}
</style>
border-color css
<style>
span { border-color: #DDCFCD; }
span { border-color: rgb(221,207,205); }
td.TdClassName
{
border-color: #DDCFCD;
}
.TagClassName
{
border-color: #DDCFCD;
}
</style>