Shades of Gallery #DBD7D3
Tints of Gallery #DBD7D3
RGB
CMYK
RGB Variations
Color information
#DBD7D3 (or 0xDBD7D3) is known color: Gallery. HEX triplet: DB, D7 and D3. RGB value is (219,215,211). Sum of RGB (Red+Green+Blue) = 219+215+211=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 211 (82.81% from 255 or 32.71% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7D3 is #24282C. Grayscale: #D7D7D7. Windows color (decimal): -2369581 or 13883355. OLE color: 13883355.
HSL color Cylindrical-coordinate representation of color #DBD7D3: hue angle of 30º degrees, saturation: 0.1, 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 #DBD7D3 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 211 | - |
CMYK | 0 | 0.02 | 0.04 | 0.14 |
HSL | 30º | 0.1% | 0.84% | - |
HSV(B) | 30º | 0.04% | 0.86% | - |
XYZ | 65.27 | 68.36 | 71.38 | - |
YUV | 215.74 | 125.33 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 211 | 0 | 0.02 | 0.04 | 0.14 | 30 | 0.1 | 0.84 |
Hex | DB | D7 | D3 | 0 | 2 | 4 | E | 1E | A | 54 |
Octal | 333 | 327 | 323 | 0 | 2 | 4 | 16 | 36 | 12 | 124 |
Binary | 11011011 | 11010111 | 11010011 | 0 | 10 | 100 | 1110 | 11110 | 1010 | 1010100 |
Color Harmonies of #DBD7D3
Complementary color
Monochromatic Colors of #DBD7D3
Black with #DBD7D3
Text Example
Text Example
White with #DBD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7D3; }
p { color: rgb(219,215,211); }
H1.HeaderClassName
{
color: #DBD7D3;
}
.AnyTagClassName
{
color: #DBD7D3;
}
</style>
background-color css
<style>
a { background-color: #DBD7D3; }
a { background-color: rgb(219,215,211); }
div.DivClassName
{
background-color: #DBD7D3;
}
.BgClassName
{
background-color: #DBD7D3;
}
</style>
border-color css
<style>
span { border-color: #DBD7D3; }
span { border-color: rgb(219,215,211); }
td.TdClassName
{
border-color: #DBD7D3;
}
.TagClassName
{
border-color: #DBD7D3;
}
</style>