Shades of Bon Jour #E3D9D0
Tints of Bon Jour #E3D9D0
RGB
CMYK
RGB Variations
Color information
#E3D9D0 (or 0xE3D9D0) is known color: Bon Jour. HEX triplet: E3, D9 and D0. RGB value is (227,217,208). Sum of RGB (Red+Green+Blue) = 227+217+208=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D9D0 is #1C262F. Grayscale: #DBDBDB. Windows color (decimal): -1844784 or 13687267. OLE color: 13687267.
HSL color Cylindrical-coordinate representation of color #E3D9D0: hue angle of 28.42º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3D9D0 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 217 | 208 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.11 |
| HSL | 28.42º | 0.25% | 0.85% | - |
| HSV(B) | 28.42º | 0.08% | 0.89% | - |
| XYZ | 67.88 | 70.51 | 69.71 | - |
| YUV | 218.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 217 | 208 | 0 | 0.04 | 0.08 | 0.11 | 28.42 | 0.25 | 0.85 |
| Hex | E3 | D9 | D0 | 0 | 4 | 8 | B | 1C | 19 | 55 |
| Octal | 343 | 331 | 320 | 0 | 4 | 10 | 13 | 34 | 31 | 125 |
| Binary | 11100011 | 11011001 | 11010000 | 0 | 100 | 1000 | 1011 | 11100 | 11001 | 1010101 |
Color Harmonies of #E3D9D0
Complementary color
Monochromatic Colors of #E3D9D0
Black with #E3D9D0
Text Example
Text Example
White with #E3D9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D9D0; }
p { color: rgb(227,217,208); }
H1.HeaderClassName
{
color: #E3D9D0;
}
.AnyTagClassName
{
color: #E3D9D0;
}
</style>
background-color css
<style>
a { background-color: #E3D9D0; }
a { background-color: rgb(227,217,208); }
div.DivClassName
{
background-color: #E3D9D0;
}
.BgClassName
{
background-color: #E3D9D0;
}
</style>
border-color css
<style>
span { border-color: #E3D9D0; }
span { border-color: rgb(227,217,208); }
td.TdClassName
{
border-color: #E3D9D0;
}
.TagClassName
{
border-color: #E3D9D0;
}
</style>