Shades of Bon Jour #DFD5D0
Tints of Bon Jour #DFD5D0
RGB
CMYK
RGB Variations
Color information
#DFD5D0 (or 0xDFD5D0) is known color: Bon Jour. HEX triplet: DF, D5 and D0. RGB value is (223,213,208). Sum of RGB (Red+Green+Blue) = 223+213+208=644 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.63% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D0 is #202A2F. Grayscale: #D7D7D7. Windows color (decimal): -2107952 or 13686239. OLE color: 13686239.
HSL color Cylindrical-coordinate representation of color #DFD5D0: hue angle of 20º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFD5D0 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 208 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.13 |
| HSL | 20º | 0.19% | 0.85% | - |
| HSV(B) | 20º | 0.07% | 0.87% | - |
| XYZ | 65.61 | 67.83 | 69.31 | - |
| YUV | 215.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 208 | 0 | 0.04 | 0.07 | 0.13 | 20 | 0.19 | 0.85 |
| Hex | DF | D5 | D0 | 0 | 4 | 7 | D | 14 | 13 | 55 |
| Octal | 337 | 325 | 320 | 0 | 4 | 7 | 15 | 24 | 23 | 125 |
| Binary | 11011111 | 11010101 | 11010000 | 0 | 100 | 111 | 1101 | 10100 | 10011 | 1010101 |
Color Harmonies of #DFD5D0
Complementary color
Monochromatic Colors of #DFD5D0
Black with #DFD5D0
Text Example
Text Example
White with #DFD5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D0; }
p { color: rgb(223,213,208); }
H1.HeaderClassName
{
color: #DFD5D0;
}
.AnyTagClassName
{
color: #DFD5D0;
}
</style>
background-color css
<style>
a { background-color: #DFD5D0; }
a { background-color: rgb(223,213,208); }
div.DivClassName
{
background-color: #DFD5D0;
}
.BgClassName
{
background-color: #DFD5D0;
}
</style>
border-color css
<style>
span { border-color: #DFD5D0; }
span { border-color: rgb(223,213,208); }
td.TdClassName
{
border-color: #DFD5D0;
}
.TagClassName
{
border-color: #DFD5D0;
}
</style>