Shades of Bon Jour #DFD9D4
Tints of Bon Jour #DFD9D4
RGB
CMYK
RGB Variations
Color information
#DFD9D4 (or 0xDFD9D4) is known color: Bon Jour. HEX triplet: DF, D9 and D4. RGB value is (223,217,212). Sum of RGB (Red+Green+Blue) = 223+217+212=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D4 is #20262B. Grayscale: #DADADA. Windows color (decimal): -2106924 or 13949407. OLE color: 13949407.
HSL color Cylindrical-coordinate representation of color #DFD9D4: hue angle of 27.27º degrees, saturation: 0.15, 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 #DFD9D4 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 212 | - |
CMYK | 0 | 0.03 | 0.05 | 0.13 |
HSL | 27.27º | 0.15% | 0.85% | - |
HSV(B) | 27.27º | 0.05% | 0.87% | - |
XYZ | 67.13 | 70.07 | 72.27 | - |
YUV | 218.22 | 124.49 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 212 | 0 | 0.03 | 0.05 | 0.13 | 27.27 | 0.15 | 0.85 |
Hex | DF | D9 | D4 | 0 | 3 | 5 | D | 1B | F | 55 |
Octal | 337 | 331 | 324 | 0 | 3 | 5 | 15 | 33 | 17 | 125 |
Binary | 11011111 | 11011001 | 11010100 | 0 | 11 | 101 | 1101 | 11011 | 1111 | 1010101 |
Color Harmonies of #DFD9D4
Complementary color
Monochromatic Colors of #DFD9D4
Black with #DFD9D4
Text Example
Text Example
White with #DFD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D4; }
p { color: rgb(223,217,212); }
H1.HeaderClassName
{
color: #DFD9D4;
}
.AnyTagClassName
{
color: #DFD9D4;
}
</style>
background-color css
<style>
a { background-color: #DFD9D4; }
a { background-color: rgb(223,217,212); }
div.DivClassName
{
background-color: #DFD9D4;
}
.BgClassName
{
background-color: #DFD9D4;
}
</style>
border-color css
<style>
span { border-color: #DFD9D4; }
span { border-color: rgb(223,217,212); }
td.TdClassName
{
border-color: #DFD9D4;
}
.TagClassName
{
border-color: #DFD9D4;
}
</style>