Shades of Bon Jour #DFD7D3
Tints of Bon Jour #DFD7D3
RGB
CMYK
RGB Variations
Color information
#DFD7D3 (or 0xDFD7D3) is known color: Bon Jour. HEX triplet: DF, D7 and D3. RGB value is (223,215,211). Sum of RGB (Red+Green+Blue) = 223+215+211=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 211 (82.81% from 255 or 32.51% from 649); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7D3 is #20282C. Grayscale: #D8D8D8. Windows color (decimal): -2107437 or 13883359. OLE color: 13883359.
HSL color Cylindrical-coordinate representation of color #DFD7D3: hue angle of 20º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFD7D3 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 211 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.13 |
| HSL | 20º | 0.16% | 0.85% | - |
| HSV(B) | 20º | 0.05% | 0.87% | - |
| XYZ | 66.49 | 68.99 | 71.44 | - |
| YUV | 216.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 211 | 0 | 0.04 | 0.05 | 0.13 | 20 | 0.16 | 0.85 |
| Hex | DF | D7 | D3 | 0 | 4 | 5 | D | 14 | 10 | 55 |
| Octal | 337 | 327 | 323 | 0 | 4 | 5 | 15 | 24 | 20 | 125 |
| Binary | 11011111 | 11010111 | 11010011 | 0 | 100 | 101 | 1101 | 10100 | 10000 | 1010101 |
Color Harmonies of #DFD7D3
Complementary color
Monochromatic Colors of #DFD7D3
Black with #DFD7D3
Text Example
Text Example
White with #DFD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7D3; }
p { color: rgb(223,215,211); }
H1.HeaderClassName
{
color: #DFD7D3;
}
.AnyTagClassName
{
color: #DFD7D3;
}
</style>
background-color css
<style>
a { background-color: #DFD7D3; }
a { background-color: rgb(223,215,211); }
div.DivClassName
{
background-color: #DFD7D3;
}
.BgClassName
{
background-color: #DFD7D3;
}
</style>
border-color css
<style>
span { border-color: #DFD7D3; }
span { border-color: rgb(223,215,211); }
td.TdClassName
{
border-color: #DFD7D3;
}
.TagClassName
{
border-color: #DFD7D3;
}
</style>