Shades of Mercury #DBCFCC
Tints of Mercury #DBCFCC
RGB
CMYK
RGB Variations
Color information
#DBCFCC (or 0xDBCFCC) is known color: Mercury. HEX triplet: DB, CF and CC. RGB value is (219,207,204). Sum of RGB (Red+Green+Blue) = 219+207+204=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCFCC is #243033. Grayscale: #D2D2D2. Windows color (decimal): -2371636 or 13422555. OLE color: 13422555.
HSL color Cylindrical-coordinate representation of color #DBCFCC: hue angle of 12º degrees, saturation: 0.17, 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 #DBCFCC is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 207 | 204 | - |
CMYK | 0 | 0.05 | 0.07 | 0.14 |
HSL | 12º | 0.17% | 0.83% | - |
HSV(B) | 12º | 0.07% | 0.86% | - |
XYZ | 62.43 | 64.05 | 66.2 | - |
YUV | 210.25 | 124.48 | 134.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 207 | 204 | 0 | 0.05 | 0.07 | 0.14 | 12 | 0.17 | 0.83 |
Hex | DB | CF | CC | 0 | 5 | 7 | E | C | 11 | 53 |
Octal | 333 | 317 | 314 | 0 | 5 | 7 | 16 | 14 | 21 | 123 |
Binary | 11011011 | 11001111 | 11001100 | 0 | 101 | 111 | 1110 | 1100 | 10001 | 1010011 |
Color Harmonies of #DBCFCC
Complementary color
Monochromatic Colors of #DBCFCC
Black with #DBCFCC
Text Example
Text Example
White with #DBCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFCC; }
p { color: rgb(219,207,204); }
H1.HeaderClassName
{
color: #DBCFCC;
}
.AnyTagClassName
{
color: #DBCFCC;
}
</style>
background-color css
<style>
a { background-color: #DBCFCC; }
a { background-color: rgb(219,207,204); }
div.DivClassName
{
background-color: #DBCFCC;
}
.BgClassName
{
background-color: #DBCFCC;
}
</style>
border-color css
<style>
span { border-color: #DBCFCC; }
span { border-color: rgb(219,207,204); }
td.TdClassName
{
border-color: #DBCFCC;
}
.TagClassName
{
border-color: #DBCFCC;
}
</style>