Shades of Bon Jour #E3D8D1
Tints of Bon Jour #E3D8D1
RGB
CMYK
RGB Variations
Color information
#E3D8D1 (or 0xE3D8D1) is known color: Bon Jour. HEX triplet: E3, D8 and D1. RGB value is (227,216,209). Sum of RGB (Red+Green+Blue) = 227+216+209=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D8D1 is #1C272E. Grayscale: #DADADA. Windows color (decimal): -1845039 or 13752547. OLE color: 13752547.
HSL color Cylindrical-coordinate representation of color #E3D8D1: hue angle of 23.33º degrees, saturation: 0.24, 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 #E3D8D1 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 216 | 209 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.11 |
| HSL | 23.33º | 0.24% | 0.85% | - |
| HSV(B) | 23.33º | 0.08% | 0.89% | - |
| XYZ | 67.74 | 70.05 | 70.27 | - |
| YUV | 218.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 216 | 209 | 0 | 0.05 | 0.08 | 0.11 | 23.33 | 0.24 | 0.85 |
| Hex | E3 | D8 | D1 | 0 | 5 | 8 | B | 17 | 18 | 55 |
| Octal | 343 | 330 | 321 | 0 | 5 | 10 | 13 | 27 | 30 | 125 |
| Binary | 11100011 | 11011000 | 11010001 | 0 | 101 | 1000 | 1011 | 10111 | 11000 | 1010101 |
Color Harmonies of #E3D8D1
Complementary color
Monochromatic Colors of #E3D8D1
Black with #E3D8D1
Text Example
Text Example
White with #E3D8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D8D1; }
p { color: rgb(227,216,209); }
H1.HeaderClassName
{
color: #E3D8D1;
}
.AnyTagClassName
{
color: #E3D8D1;
}
</style>
background-color css
<style>
a { background-color: #E3D8D1; }
a { background-color: rgb(227,216,209); }
div.DivClassName
{
background-color: #E3D8D1;
}
.BgClassName
{
background-color: #E3D8D1;
}
</style>
border-color css
<style>
span { border-color: #E3D8D1; }
span { border-color: rgb(227,216,209); }
td.TdClassName
{
border-color: #E3D8D1;
}
.TagClassName
{
border-color: #E3D8D1;
}
</style>