Shades of Bon Jour #E3DDDA
Tints of Bon Jour #E3DDDA
RGB
CMYK
RGB Variations
Color information
#E3DDDA (or 0xE3DDDA) is known color: Bon Jour. HEX triplet: E3, DD and DA. RGB value is (227,221,218). Sum of RGB (Red+Green+Blue) = 227+221+218=666 (88% of max value = 765). Red value is 227 (89.06% from 255 or 34.08% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3DDDA is #1C2225. Grayscale: #DEDEDE. Windows color (decimal): -1843750 or 14343651. OLE color: 14343651.
HSL color Cylindrical-coordinate representation of color #E3DDDA: hue angle of 20º degrees, saturation: 0.14, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E3DDDA is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 221 | 218 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.11 |
| HSL | 20º | 0.14% | 0.87% | - |
| HSV(B) | 20º | 0.04% | 0.89% | - |
| XYZ | 70.19 | 73.11 | 76.74 | - |
| YUV | 222.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 221 | 218 | 0 | 0.03 | 0.04 | 0.11 | 20 | 0.14 | 0.87 |
| Hex | E3 | DD | DA | 0 | 3 | 4 | B | 14 | E | 57 |
| Octal | 343 | 335 | 332 | 0 | 3 | 4 | 13 | 24 | 16 | 127 |
| Binary | 11100011 | 11011101 | 11011010 | 0 | 11 | 100 | 1011 | 10100 | 1110 | 1010111 |
Color Harmonies of #E3DDDA
Complementary color
Monochromatic Colors of #E3DDDA
Black with #E3DDDA
Text Example
Text Example
White with #E3DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DDDA; }
p { color: rgb(227,221,218); }
H1.HeaderClassName
{
color: #E3DDDA;
}
.AnyTagClassName
{
color: #E3DDDA;
}
</style>
background-color css
<style>
a { background-color: #E3DDDA; }
a { background-color: rgb(227,221,218); }
div.DivClassName
{
background-color: #E3DDDA;
}
.BgClassName
{
background-color: #E3DDDA;
}
</style>
border-color css
<style>
span { border-color: #E3DDDA; }
span { border-color: rgb(227,221,218); }
td.TdClassName
{
border-color: #E3DDDA;
}
.TagClassName
{
border-color: #E3DDDA;
}
</style>