Shades of Bon Jour #E0D6D1
Tints of Bon Jour #E0D6D1
RGB
CMYK
RGB Variations
Color information
#E0D6D1 (or 0xE0D6D1) is known color: Bon Jour. HEX triplet: E0, D6 and D1. RGB value is (224,214,209). Sum of RGB (Red+Green+Blue) = 224+214+209=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D6D1 is #1F292E. Grayscale: #D8D8D8. Windows color (decimal): -2042159 or 13752032. OLE color: 13752032.
HSL color Cylindrical-coordinate representation of color #E0D6D1: hue angle of 20º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0D6D1 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 214 | 209 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.12 |
| HSL | 20º | 0.19% | 0.85% | - |
| HSV(B) | 20º | 0.07% | 0.88% | - |
| XYZ | 66.3 | 68.54 | 70.06 | - |
| YUV | 216.42 | 123.81 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 214 | 209 | 0 | 0.04 | 0.07 | 0.12 | 20 | 0.19 | 0.85 |
| Hex | E0 | D6 | D1 | 0 | 4 | 7 | C | 14 | 13 | 55 |
| Octal | 340 | 326 | 321 | 0 | 4 | 7 | 14 | 24 | 23 | 125 |
| Binary | 11100000 | 11010110 | 11010001 | 0 | 100 | 111 | 1100 | 10100 | 10011 | 1010101 |
Color Harmonies of #E0D6D1
Complementary color
Monochromatic Colors of #E0D6D1
Black with #E0D6D1
Text Example
Text Example
White with #E0D6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D6D1; }
p { color: rgb(224,214,209); }
H1.HeaderClassName
{
color: #E0D6D1;
}
.AnyTagClassName
{
color: #E0D6D1;
}
</style>
background-color css
<style>
a { background-color: #E0D6D1; }
a { background-color: rgb(224,214,209); }
div.DivClassName
{
background-color: #E0D6D1;
}
.BgClassName
{
background-color: #E0D6D1;
}
</style>
border-color css
<style>
span { border-color: #E0D6D1; }
span { border-color: rgb(224,214,209); }
td.TdClassName
{
border-color: #E0D6D1;
}
.TagClassName
{
border-color: #E0D6D1;
}
</style>