Shades of Mercury #DCCFCC
Tints of Mercury #DCCFCC
RGB
CMYK
RGB Variations
Color information
#DCCFCC (or 0xDCCFCC) is known color: Mercury. HEX triplet: DC, CF and CC. RGB value is (220,207,204). Sum of RGB (Red+Green+Blue) = 220+207+204=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFCC is #233033. Grayscale: #D2D2D2. Windows color (decimal): -2306100 or 13422556. OLE color: 13422556.
HSL color Cylindrical-coordinate representation of color #DCCFCC: hue angle of 11.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCFCC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 204 | - |
CMYK | 0 | 0.06 | 0.07 | 0.14 |
HSL | 11.25º | 0.19% | 0.83% | - |
HSV(B) | 11.25º | 0.07% | 0.86% | - |
XYZ | 62.73 | 64.2 | 66.21 | - |
YUV | 210.55 | 124.31 | 134.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 204 | 0 | 0.06 | 0.07 | 0.14 | 11.25 | 0.19 | 0.83 |
Hex | DC | CF | CC | 0 | 6 | 7 | E | B | 13 | 53 |
Octal | 334 | 317 | 314 | 0 | 6 | 7 | 16 | 13 | 23 | 123 |
Binary | 11011100 | 11001111 | 11001100 | 0 | 110 | 111 | 1110 | 1011 | 10011 | 1010011 |
Color Harmonies of #DCCFCC
Complementary color
Monochromatic Colors of #DCCFCC
Black with #DCCFCC
Text Example
Text Example
White with #DCCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFCC; }
p { color: rgb(220,207,204); }
H1.HeaderClassName
{
color: #DCCFCC;
}
.AnyTagClassName
{
color: #DCCFCC;
}
</style>
background-color css
<style>
a { background-color: #DCCFCC; }
a { background-color: rgb(220,207,204); }
div.DivClassName
{
background-color: #DCCFCC;
}
.BgClassName
{
background-color: #DCCFCC;
}
</style>
border-color css
<style>
span { border-color: #DCCFCC; }
span { border-color: rgb(220,207,204); }
td.TdClassName
{
border-color: #DCCFCC;
}
.TagClassName
{
border-color: #DCCFCC;
}
</style>