Shades of Bon Jour #DED6D0
Tints of Bon Jour #DED6D0
RGB
CMYK
RGB Variations
Color information
#DED6D0 (or 0xDED6D0) is known color: Bon Jour. HEX triplet: DE, D6 and D0. RGB value is (222,214,208). Sum of RGB (Red+Green+Blue) = 222+214+208=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6D0 is #21292F. Grayscale: #D7D7D7. Windows color (decimal): -2173232 or 13686494. OLE color: 13686494.
HSL color Cylindrical-coordinate representation of color #DED6D0: hue angle of 25.71º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED6D0 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 208 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.13 |
| HSL | 25.71º | 0.18% | 0.84% | - |
| HSV(B) | 25.71º | 0.06% | 0.87% | - |
| XYZ | 65.56 | 68.18 | 69.38 | - |
| YUV | 215.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 208 | 0 | 0.04 | 0.06 | 0.13 | 25.71 | 0.18 | 0.84 |
| Hex | DE | D6 | D0 | 0 | 4 | 6 | D | 1A | 12 | 54 |
| Octal | 336 | 326 | 320 | 0 | 4 | 6 | 15 | 32 | 22 | 124 |
| Binary | 11011110 | 11010110 | 11010000 | 0 | 100 | 110 | 1101 | 11010 | 10010 | 1010100 |
Color Harmonies of #DED6D0
Complementary color
Monochromatic Colors of #DED6D0
Black with #DED6D0
Text Example
Text Example
White with #DED6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6D0; }
p { color: rgb(222,214,208); }
H1.HeaderClassName
{
color: #DED6D0;
}
.AnyTagClassName
{
color: #DED6D0;
}
</style>
background-color css
<style>
a { background-color: #DED6D0; }
a { background-color: rgb(222,214,208); }
div.DivClassName
{
background-color: #DED6D0;
}
.BgClassName
{
background-color: #DED6D0;
}
</style>
border-color css
<style>
span { border-color: #DED6D0; }
span { border-color: rgb(222,214,208); }
td.TdClassName
{
border-color: #DED6D0;
}
.TagClassName
{
border-color: #DED6D0;
}
</style>