Shades of Bon Jour #DFD9D6
Tints of Bon Jour #DFD9D6
RGB
CMYK
RGB Variations
Color information
#DFD9D6 (or 0xDFD9D6) is known color: Bon Jour. HEX triplet: DF, D9 and D6. RGB value is (223,217,214). Sum of RGB (Red+Green+Blue) = 223+217+214=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 214 (83.98% from 255 or 32.72% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D6 is #202629. Grayscale: #DADADA. Windows color (decimal): -2106922 or 14080479. OLE color: 14080479.
HSL color Cylindrical-coordinate representation of color #DFD9D6: hue angle of 20º degrees, saturation: 0.12, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFD9D6 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 217 | 214 | - |
CMYK | 0 | 0.03 | 0.04 | 0.13 |
HSL | 20º | 0.12% | 0.86% | - |
HSV(B) | 20º | 0.04% | 0.87% | - |
XYZ | 67.38 | 70.17 | 73.61 | - |
YUV | 218.45 | 125.49 | 131.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 217 | 214 | 0 | 0.03 | 0.04 | 0.13 | 20 | 0.12 | 0.86 |
Hex | DF | D9 | D6 | 0 | 3 | 4 | D | 14 | C | 56 |
Octal | 337 | 331 | 326 | 0 | 3 | 4 | 15 | 24 | 14 | 126 |
Binary | 11011111 | 11011001 | 11010110 | 0 | 11 | 100 | 1101 | 10100 | 1100 | 1010110 |
Color Harmonies of #DFD9D6
Complementary color
Monochromatic Colors of #DFD9D6
Black with #DFD9D6
Text Example
Text Example
White with #DFD9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D6; }
p { color: rgb(223,217,214); }
H1.HeaderClassName
{
color: #DFD9D6;
}
.AnyTagClassName
{
color: #DFD9D6;
}
</style>
background-color css
<style>
a { background-color: #DFD9D6; }
a { background-color: rgb(223,217,214); }
div.DivClassName
{
background-color: #DFD9D6;
}
.BgClassName
{
background-color: #DFD9D6;
}
</style>
border-color css
<style>
span { border-color: #DFD9D6; }
span { border-color: rgb(223,217,214); }
td.TdClassName
{
border-color: #DFD9D6;
}
.TagClassName
{
border-color: #DFD9D6;
}
</style>