Shades of Gallery #DBD8D3
Tints of Gallery #DBD8D3
RGB
CMYK
RGB Variations
Color information
#DBD8D3 (or 0xDBD8D3) is known color: Gallery. HEX triplet: DB, D8 and D3. RGB value is (219,216,211). Sum of RGB (Red+Green+Blue) = 219+216+211=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D3 is #24272C. Grayscale: #D8D8D8. Windows color (decimal): -2369325 or 13883611. OLE color: 13883611.
HSL color Cylindrical-coordinate representation of color #DBD8D3: hue angle of 37.5º 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 #DBD8D3 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 211 | - |
CMYK | 0 | 0.01 | 0.04 | 0.14 |
HSL | 37.5º | 0.1% | 0.84% | - |
HSV(B) | 37.5º | 0.04% | 0.86% | - |
XYZ | 65.53 | 68.87 | 71.47 | - |
YUV | 216.33 | 124.99 | 129.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 211 | 0 | 0.01 | 0.04 | 0.14 | 37.5 | 0.1 | 0.84 |
Hex | DB | D8 | D3 | 0 | 1 | 4 | E | 26 | A | 54 |
Octal | 333 | 330 | 323 | 0 | 1 | 4 | 16 | 46 | 12 | 124 |
Binary | 11011011 | 11011000 | 11010011 | 0 | 1 | 100 | 1110 | 100110 | 1010 | 1010100 |
Color Harmonies of #DBD8D3
Complementary color
Monochromatic Colors of #DBD8D3
Black with #DBD8D3
Text Example
Text Example
White with #DBD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8D3; }
p { color: rgb(219,216,211); }
H1.HeaderClassName
{
color: #DBD8D3;
}
.AnyTagClassName
{
color: #DBD8D3;
}
</style>
background-color css
<style>
a { background-color: #DBD8D3; }
a { background-color: rgb(219,216,211); }
div.DivClassName
{
background-color: #DBD8D3;
}
.BgClassName
{
background-color: #DBD8D3;
}
</style>
border-color css
<style>
span { border-color: #DBD8D3; }
span { border-color: rgb(219,216,211); }
td.TdClassName
{
border-color: #DBD8D3;
}
.TagClassName
{
border-color: #DBD8D3;
}
</style>