Shades of Bon Jour #DFD5D1
Tints of Bon Jour #DFD5D1
RGB
CMYK
RGB Variations
Color information
#DFD5D1 (or 0xDFD5D1) is known color: Bon Jour. HEX triplet: DF, D5 and D1. RGB value is (223,213,209). Sum of RGB (Red+Green+Blue) = 223+213+209=645 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.57% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5D1 is #202A2E. Grayscale: #D7D7D7. Windows color (decimal): -2107951 or 13751775. OLE color: 13751775.
HSL color Cylindrical-coordinate representation of color #DFD5D1: hue angle of 17.14º 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 #DFD5D1 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 209 | - |
CMYK | 0 | 0.04 | 0.06 | 0.13 |
HSL | 17.14º | 0.18% | 0.85% | - |
HSV(B) | 17.14º | 0.06% | 0.87% | - |
XYZ | 65.73 | 67.88 | 69.96 | - |
YUV | 215.53 | 124.31 | 133.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 209 | 0 | 0.04 | 0.06 | 0.13 | 17.14 | 0.18 | 0.85 |
Hex | DF | D5 | D1 | 0 | 4 | 6 | D | 11 | 12 | 55 |
Octal | 337 | 325 | 321 | 0 | 4 | 6 | 15 | 21 | 22 | 125 |
Binary | 11011111 | 11010101 | 11010001 | 0 | 100 | 110 | 1101 | 10001 | 10010 | 1010101 |
Color Harmonies of #DFD5D1
Complementary color
Monochromatic Colors of #DFD5D1
Black with #DFD5D1
Text Example
Text Example
White with #DFD5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5D1; }
p { color: rgb(223,213,209); }
H1.HeaderClassName
{
color: #DFD5D1;
}
.AnyTagClassName
{
color: #DFD5D1;
}
</style>
background-color css
<style>
a { background-color: #DFD5D1; }
a { background-color: rgb(223,213,209); }
div.DivClassName
{
background-color: #DFD5D1;
}
.BgClassName
{
background-color: #DFD5D1;
}
</style>
border-color css
<style>
span { border-color: #DFD5D1; }
span { border-color: rgb(223,213,209); }
td.TdClassName
{
border-color: #DFD5D1;
}
.TagClassName
{
border-color: #DFD5D1;
}
</style>