Shades of Bon Jour #DED6D1
Tints of Bon Jour #DED6D1
RGB
CMYK
RGB Variations
Color information
#DED6D1 (or 0xDED6D1) is known color: Bon Jour. HEX triplet: DE, D6 and D1. RGB value is (222,214,209). Sum of RGB (Red+Green+Blue) = 222+214+209=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6D1 is #21292E. Grayscale: #D7D7D7. Windows color (decimal): -2173231 or 13752030. OLE color: 13752030.
HSL color Cylindrical-coordinate representation of color #DED6D1: hue angle of 23.08º degrees, saturation: 0.16, 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 #DED6D1 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 209 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.13 |
| HSL | 23.08º | 0.16% | 0.85% | - |
| HSV(B) | 23.08º | 0.06% | 0.87% | - |
| XYZ | 65.68 | 68.23 | 70.03 | - |
| YUV | 215.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 209 | 0 | 0.04 | 0.06 | 0.13 | 23.08 | 0.16 | 0.85 |
| Hex | DE | D6 | D1 | 0 | 4 | 6 | D | 17 | 10 | 55 |
| Octal | 336 | 326 | 321 | 0 | 4 | 6 | 15 | 27 | 20 | 125 |
| Binary | 11011110 | 11010110 | 11010001 | 0 | 100 | 110 | 1101 | 10111 | 10000 | 1010101 |
Color Harmonies of #DED6D1
Complementary color
Monochromatic Colors of #DED6D1
Black with #DED6D1
Text Example
Text Example
White with #DED6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6D1; }
p { color: rgb(222,214,209); }
H1.HeaderClassName
{
color: #DED6D1;
}
.AnyTagClassName
{
color: #DED6D1;
}
</style>
background-color css
<style>
a { background-color: #DED6D1; }
a { background-color: rgb(222,214,209); }
div.DivClassName
{
background-color: #DED6D1;
}
.BgClassName
{
background-color: #DED6D1;
}
</style>
border-color css
<style>
span { border-color: #DED6D1; }
span { border-color: rgb(222,214,209); }
td.TdClassName
{
border-color: #DED6D1;
}
.TagClassName
{
border-color: #DED6D1;
}
</style>