Shades of Bon Jour #E1DDDB
Tints of Bon Jour #E1DDDB
RGB
CMYK
RGB Variations
Color information
#E1DDDB (or 0xE1DDDB) is known color: Bon Jour. HEX triplet: E1, DD and DB. RGB value is (225,221,219). Sum of RGB (Red+Green+Blue) = 225+221+219=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DDDB is #1E2224. Grayscale: #DDDDDD. Windows color (decimal): -1974821 or 14409185. OLE color: 14409185.
HSL color Cylindrical-coordinate representation of color #E1DDDB: hue angle of 20º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DDDB is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 221 | 219 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.12 |
| HSL | 20º | 0.09% | 0.87% | - |
| HSV(B) | 20º | 0.03% | 0.88% | - |
| XYZ | 69.69 | 72.83 | 77.4 | - |
| YUV | 221.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 221 | 219 | 0 | 0.02 | 0.03 | 0.12 | 20 | 0.09 | 0.87 |
| Hex | E1 | DD | DB | 0 | 2 | 3 | C | 14 | 9 | 57 |
| Octal | 341 | 335 | 333 | 0 | 2 | 3 | 14 | 24 | 11 | 127 |
| Binary | 11100001 | 11011101 | 11011011 | 0 | 10 | 11 | 1100 | 10100 | 1001 | 1010111 |
Color Harmonies of #E1DDDB
Complementary color
Monochromatic Colors of #E1DDDB
Black with #E1DDDB
Text Example
Text Example
White with #E1DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DDDB; }
p { color: rgb(225,221,219); }
H1.HeaderClassName
{
color: #E1DDDB;
}
.AnyTagClassName
{
color: #E1DDDB;
}
</style>
background-color css
<style>
a { background-color: #E1DDDB; }
a { background-color: rgb(225,221,219); }
div.DivClassName
{
background-color: #E1DDDB;
}
.BgClassName
{
background-color: #E1DDDB;
}
</style>
border-color css
<style>
span { border-color: #E1DDDB; }
span { border-color: rgb(225,221,219); }
td.TdClassName
{
border-color: #E1DDDB;
}
.TagClassName
{
border-color: #E1DDDB;
}
</style>