Shades of Prim #DBD8D9
Tints of Prim #DBD8D9
RGB
CMYK
RGB Variations
Color information
#DBD8D9 (or 0xDBD8D9) is known color: Prim. HEX triplet: DB, D8 and D9. RGB value is (219,216,217). Sum of RGB (Red+Green+Blue) = 219+216+217=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D9 is #242726. Grayscale: #D9D9D9. Windows color (decimal): -2369319 or 14276827. OLE color: 14276827.
HSL color Cylindrical-coordinate representation of color #DBD8D9: hue angle of 340º degrees, saturation: 0.04, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBD8D9 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 217 | - |
CMYK | 0 | 0.01 | 0.01 | 0.14 |
HSL | 340º | 0.04% | 0.85% | - |
HSV(B) | 340º | 0.01% | 0.86% | - |
XYZ | 66.29 | 69.18 | 75.5 | - |
YUV | 217.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 217 | 0 | 0.01 | 0.01 | 0.14 | 340 | 0.04 | 0.85 |
Hex | DB | D8 | D9 | 0 | 1 | 1 | E | 154 | 4 | 55 |
Octal | 333 | 330 | 331 | 0 | 1 | 1 | 16 | 524 | 4 | 125 |
Binary | 11011011 | 11011000 | 11011001 | 0 | 1 | 1 | 1110 | 101010100 | 100 | 1010101 |
Color Harmonies of #DBD8D9
Complementary color
Monochromatic Colors of #DBD8D9
Black with #DBD8D9
Text Example
Text Example
White with #DBD8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8D9; }
p { color: rgb(219,216,217); }
H1.HeaderClassName
{
color: #DBD8D9;
}
.AnyTagClassName
{
color: #DBD8D9;
}
</style>
background-color css
<style>
a { background-color: #DBD8D9; }
a { background-color: rgb(219,216,217); }
div.DivClassName
{
background-color: #DBD8D9;
}
.BgClassName
{
background-color: #DBD8D9;
}
</style>
border-color css
<style>
span { border-color: #DBD8D9; }
span { border-color: rgb(219,216,217); }
td.TdClassName
{
border-color: #DBD8D9;
}
.TagClassName
{
border-color: #DBD8D9;
}
</style>