Shades of Bon Jour #DFD7D1
Tints of Bon Jour #DFD7D1
RGB
CMYK
RGB Variations
Color information
#DFD7D1 (or 0xDFD7D1) is known color: Bon Jour. HEX triplet: DF, D7 and D1. RGB value is (223,215,209). Sum of RGB (Red+Green+Blue) = 223+215+209=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D1 is #20282E. Grayscale: #D8D8D8. Windows color (decimal): -2107439 or 13752287. OLE color: 13752287.
HSL color Cylindrical-coordinate representation of color #DFD7D1: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD7D1 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 209 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.13 |
| HSL | 25.71º | 0.18% | 0.85% | - |
| HSV(B) | 25.71º | 0.06% | 0.87% | - |
| XYZ | 66.24 | 68.89 | 70.13 | - |
| YUV | 216.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 209 | 0 | 0.04 | 0.06 | 0.13 | 25.71 | 0.18 | 0.85 |
| Hex | DF | D7 | D1 | 0 | 4 | 6 | D | 1A | 12 | 55 |
| Octal | 337 | 327 | 321 | 0 | 4 | 6 | 15 | 32 | 22 | 125 |
| Binary | 11011111 | 11010111 | 11010001 | 0 | 100 | 110 | 1101 | 11010 | 10010 | 1010101 |
Color Harmonies of #DFD7D1
Complementary color
Monochromatic Colors of #DFD7D1
Black with #DFD7D1
Text Example
Text Example
White with #DFD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7D1; }
p { color: rgb(223,215,209); }
H1.HeaderClassName
{
color: #DFD7D1;
}
.AnyTagClassName
{
color: #DFD7D1;
}
</style>
background-color css
<style>
a { background-color: #DFD7D1; }
a { background-color: rgb(223,215,209); }
div.DivClassName
{
background-color: #DFD7D1;
}
.BgClassName
{
background-color: #DFD7D1;
}
</style>
border-color css
<style>
span { border-color: #DFD7D1; }
span { border-color: rgb(223,215,209); }
td.TdClassName
{
border-color: #DFD7D1;
}
.TagClassName
{
border-color: #DFD7D1;
}
</style>