Shades of Bon Jour #DFDBD9
Tints of Bon Jour #DFDBD9
RGB
CMYK
RGB Variations
Color information
#DFDBD9 (or 0xDFDBD9) is known color: Bon Jour. HEX triplet: DF, DB and D9. RGB value is (223,219,217). Sum of RGB (Red+Green+Blue) = 223+219+217=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 217 (85.16% from 255 or 32.93% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDBD9 is #202426. Grayscale: #DBDBDB. Windows color (decimal): -2106407 or 14277599. OLE color: 14277599.
HSL color Cylindrical-coordinate representation of color #DFDBD9: hue angle of 20º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDBD9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 217 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.13 |
| HSL | 20º | 0.09% | 0.86% | - |
| HSV(B) | 20º | 0.03% | 0.87% | - |
| XYZ | 68.29 | 71.36 | 75.82 | - |
| YUV | 219.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 217 | 0 | 0.02 | 0.03 | 0.13 | 20 | 0.09 | 0.86 |
| Hex | DF | DB | D9 | 0 | 2 | 3 | D | 14 | 9 | 56 |
| Octal | 337 | 333 | 331 | 0 | 2 | 3 | 15 | 24 | 11 | 126 |
| Binary | 11011111 | 11011011 | 11011001 | 0 | 10 | 11 | 1101 | 10100 | 1001 | 1010110 |
Color Harmonies of #DFDBD9
Complementary color
Monochromatic Colors of #DFDBD9
Black with #DFDBD9
Text Example
Text Example
White with #DFDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBD9; }
p { color: rgb(223,219,217); }
H1.HeaderClassName
{
color: #DFDBD9;
}
.AnyTagClassName
{
color: #DFDBD9;
}
</style>
background-color css
<style>
a { background-color: #DFDBD9; }
a { background-color: rgb(223,219,217); }
div.DivClassName
{
background-color: #DFDBD9;
}
.BgClassName
{
background-color: #DFDBD9;
}
</style>
border-color css
<style>
span { border-color: #DFDBD9; }
span { border-color: rgb(223,219,217); }
td.TdClassName
{
border-color: #DFDBD9;
}
.TagClassName
{
border-color: #DFDBD9;
}
</style>