Shades of Bon Jour #DBD8D6
Tints of Bon Jour #DBD8D6
RGB
CMYK
RGB Variations
Color information
#DBD8D6 (or 0xDBD8D6) is known color: Bon Jour. HEX triplet: DB, D8 and D6. RGB value is (219,216,214). Sum of RGB (Red+Green+Blue) = 219+216+214=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 216 (84.77% from 255 or 33.28% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8D6 is #242729. Grayscale: #D8D8D8. Windows color (decimal): -2369322 or 14080219. OLE color: 14080219.
HSL color Cylindrical-coordinate representation of color #DBD8D6: hue angle of 24º degrees, saturation: 0.06, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBD8D6 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 214 | - |
CMYK | 0 | 0.01 | 0.02 | 0.14 |
HSL | 24º | 0.06% | 0.85% | - |
HSV(B) | 24º | 0.02% | 0.86% | - |
XYZ | 65.91 | 69.03 | 73.47 | - |
YUV | 216.67 | 126.49 | 129.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 214 | 0 | 0.01 | 0.02 | 0.14 | 24 | 0.06 | 0.85 |
Hex | DB | D8 | D6 | 0 | 1 | 2 | E | 18 | 6 | 55 |
Octal | 333 | 330 | 326 | 0 | 1 | 2 | 16 | 30 | 6 | 125 |
Binary | 11011011 | 11011000 | 11010110 | 0 | 1 | 10 | 1110 | 11000 | 110 | 1010101 |
Color Harmonies of #DBD8D6
Complementary color
Monochromatic Colors of #DBD8D6
Black with #DBD8D6
Text Example
Text Example
White with #DBD8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8D6; }
p { color: rgb(219,216,214); }
H1.HeaderClassName
{
color: #DBD8D6;
}
.AnyTagClassName
{
color: #DBD8D6;
}
</style>
background-color css
<style>
a { background-color: #DBD8D6; }
a { background-color: rgb(219,216,214); }
div.DivClassName
{
background-color: #DBD8D6;
}
.BgClassName
{
background-color: #DBD8D6;
}
</style>
border-color css
<style>
span { border-color: #DBD8D6; }
span { border-color: rgb(219,216,214); }
td.TdClassName
{
border-color: #DBD8D6;
}
.TagClassName
{
border-color: #DBD8D6;
}
</style>