Shades of Bon Jour #E1DAD5
Tints of Bon Jour #E1DAD5
RGB
CMYK
RGB Variations
Color information
#E1DAD5 (or 0xE1DAD5) is known color: Bon Jour. HEX triplet: E1, DA and D5. RGB value is (225,218,213). Sum of RGB (Red+Green+Blue) = 225+218+213=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DAD5 is #1E252A. Grayscale: #DBDBDB. Windows color (decimal): -1975595 or 14015201. OLE color: 14015201.
HSL color Cylindrical-coordinate representation of color #E1DAD5: hue angle of 25º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DAD5 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 213 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.12 |
| HSL | 25º | 0.17% | 0.86% | - |
| HSV(B) | 25º | 0.05% | 0.88% | - |
| XYZ | 68.13 | 70.95 | 73.06 | - |
| YUV | 219.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 213 | 0 | 0.03 | 0.05 | 0.12 | 25 | 0.17 | 0.86 |
| Hex | E1 | DA | D5 | 0 | 3 | 5 | C | 19 | 11 | 56 |
| Octal | 341 | 332 | 325 | 0 | 3 | 5 | 14 | 31 | 21 | 126 |
| Binary | 11100001 | 11011010 | 11010101 | 0 | 11 | 101 | 1100 | 11001 | 10001 | 1010110 |
Color Harmonies of #E1DAD5
Complementary color
Monochromatic Colors of #E1DAD5
Black with #E1DAD5
Text Example
Text Example
White with #E1DAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DAD5; }
p { color: rgb(225,218,213); }
H1.HeaderClassName
{
color: #E1DAD5;
}
.AnyTagClassName
{
color: #E1DAD5;
}
</style>
background-color css
<style>
a { background-color: #E1DAD5; }
a { background-color: rgb(225,218,213); }
div.DivClassName
{
background-color: #E1DAD5;
}
.BgClassName
{
background-color: #E1DAD5;
}
</style>
border-color css
<style>
span { border-color: #E1DAD5; }
span { border-color: rgb(225,218,213); }
td.TdClassName
{
border-color: #E1DAD5;
}
.TagClassName
{
border-color: #E1DAD5;
}
</style>