Shades of Bon Jour #E3D8D0
Tints of Bon Jour #E3D8D0
RGB
CMYK
RGB Variations
Color information
#E3D8D0 (or 0xE3D8D0) is known color: Bon Jour. HEX triplet: E3, D8 and D0. RGB value is (227,216,208). Sum of RGB (Red+Green+Blue) = 227+216+208=651 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.87% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8D0 is #1C272F. Grayscale: #DADADA. Windows color (decimal): -1845040 or 13687011. OLE color: 13687011.
HSL color Cylindrical-coordinate representation of color #E3D8D0: hue angle of 25.26º 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 #E3D8D0 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 208 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.11 |
| HSL | 25.26º | 0.25% | 0.85% | - |
| HSV(B) | 25.26º | 0.08% | 0.89% | - |
| XYZ | 67.62 | 70 | 69.62 | - |
| YUV | 218.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 208 | 0 | 0.05 | 0.08 | 0.11 | 25.26 | 0.25 | 0.85 |
| Hex | E3 | D8 | D0 | 0 | 5 | 8 | B | 19 | 19 | 55 |
| Octal | 343 | 330 | 320 | 0 | 5 | 10 | 13 | 31 | 31 | 125 |
| Binary | 11100011 | 11011000 | 11010000 | 0 | 101 | 1000 | 1011 | 11001 | 11001 | 1010101 |
Color Harmonies of #E3D8D0
Complementary color
Monochromatic Colors of #E3D8D0
Black with #E3D8D0
Text Example
Text Example
White with #E3D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8D0; }
p { color: rgb(227,216,208); }
H1.HeaderClassName
{
color: #E3D8D0;
}
.AnyTagClassName
{
color: #E3D8D0;
}
</style>
background-color css
<style>
a { background-color: #E3D8D0; }
a { background-color: rgb(227,216,208); }
div.DivClassName
{
background-color: #E3D8D0;
}
.BgClassName
{
background-color: #E3D8D0;
}
</style>
border-color css
<style>
span { border-color: #E3D8D0; }
span { border-color: rgb(227,216,208); }
td.TdClassName
{
border-color: #E3D8D0;
}
.TagClassName
{
border-color: #E3D8D0;
}
</style>