Shades of Gallery #DBD7D2
Tints of Gallery #DBD7D2
RGB
CMYK
RGB Variations
Color information
#DBD7D2 (or 0xDBD7D2) is known color: Gallery. HEX triplet: DB, D7 and D2. RGB value is (219,215,210). Sum of RGB (Red+Green+Blue) = 219+215+210=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 210 (82.42% from 255 or 32.61% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7D2 is #24282D. Grayscale: #D7D7D7. Windows color (decimal): -2369582 or 13817819. OLE color: 13817819.
HSL color Cylindrical-coordinate representation of color #DBD7D2: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBD7D2 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 210 | - |
CMYK | 0 | 0.02 | 0.04 | 0.14 |
HSL | 33.33º | 0.11% | 0.84% | - |
HSV(B) | 33.33º | 0.04% | 0.86% | - |
XYZ | 65.15 | 68.31 | 70.73 | - |
YUV | 215.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 210 | 0 | 0.02 | 0.04 | 0.14 | 33.33 | 0.11 | 0.84 |
Hex | DB | D7 | D2 | 0 | 2 | 4 | E | 21 | B | 54 |
Octal | 333 | 327 | 322 | 0 | 2 | 4 | 16 | 41 | 13 | 124 |
Binary | 11011011 | 11010111 | 11010010 | 0 | 10 | 100 | 1110 | 100001 | 1011 | 1010100 |
Color Harmonies of #DBD7D2
Complementary color
Monochromatic Colors of #DBD7D2
Black with #DBD7D2
Text Example
Text Example
White with #DBD7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7D2; }
p { color: rgb(219,215,210); }
H1.HeaderClassName
{
color: #DBD7D2;
}
.AnyTagClassName
{
color: #DBD7D2;
}
</style>
background-color css
<style>
a { background-color: #DBD7D2; }
a { background-color: rgb(219,215,210); }
div.DivClassName
{
background-color: #DBD7D2;
}
.BgClassName
{
background-color: #DBD7D2;
}
</style>
border-color css
<style>
span { border-color: #DBD7D2; }
span { border-color: rgb(219,215,210); }
td.TdClassName
{
border-color: #DBD7D2;
}
.TagClassName
{
border-color: #DBD7D2;
}
</style>