Shades of Bon Jour #DBD9D8
Tints of Bon Jour #DBD9D8
RGB
CMYK
RGB Variations
Color information
#DBD9D8 (or 0xDBD9D8) is known color: Bon Jour. HEX triplet: DB, D9 and D8. RGB value is (219,217,216). Sum of RGB (Red+Green+Blue) = 219+217+216=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9D8 is #242627. Grayscale: #D9D9D9. Windows color (decimal): -2369064 or 14211547. OLE color: 14211547.
HSL color Cylindrical-coordinate representation of color #DBD9D8: hue angle of 20º 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 #DBD9D8 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 216 | - |
CMYK | 0 | 0.01 | 0.01 | 0.14 |
HSL | 20º | 0.04% | 0.85% | - |
HSV(B) | 20º | 0.01% | 0.86% | - |
XYZ | 66.42 | 69.64 | 74.91 | - |
YUV | 217.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 216 | 0 | 0.01 | 0.01 | 0.14 | 20 | 0.04 | 0.85 |
Hex | DB | D9 | D8 | 0 | 1 | 1 | E | 14 | 4 | 55 |
Octal | 333 | 331 | 330 | 0 | 1 | 1 | 16 | 24 | 4 | 125 |
Binary | 11011011 | 11011001 | 11011000 | 0 | 1 | 1 | 1110 | 10100 | 100 | 1010101 |
Color Harmonies of #DBD9D8
Complementary color
Monochromatic Colors of #DBD9D8
Black with #DBD9D8
Text Example
Text Example
White with #DBD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9D8; }
p { color: rgb(219,217,216); }
H1.HeaderClassName
{
color: #DBD9D8;
}
.AnyTagClassName
{
color: #DBD9D8;
}
</style>
background-color css
<style>
a { background-color: #DBD9D8; }
a { background-color: rgb(219,217,216); }
div.DivClassName
{
background-color: #DBD9D8;
}
.BgClassName
{
background-color: #DBD9D8;
}
</style>
border-color css
<style>
span { border-color: #DBD9D8; }
span { border-color: rgb(219,217,216); }
td.TdClassName
{
border-color: #DBD9D8;
}
.TagClassName
{
border-color: #DBD9D8;
}
</style>