Shades of Bon Jour #E5DAD0
Tints of Bon Jour #E5DAD0
RGB
CMYK
RGB Variations
Color information
#E5DAD0 (or 0xE5DAD0) is known color: Bon Jour. HEX triplet: E5, DA and D0. RGB value is (229,218,208). Sum of RGB (Red+Green+Blue) = 229+218+208=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DAD0 is #1A252F. Grayscale: #DCDCDC. Windows color (decimal): -1713456 or 13687525. OLE color: 13687525.
HSL color Cylindrical-coordinate representation of color #E5DAD0: hue angle of 28.57º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DAD0 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 208 | - |
CMYK | 0 | 0.05 | 0.09 | 0.10 |
HSL | 28.57º | 0.29% | 0.86% | - |
HSV(B) | 28.57º | 0.09% | 0.9% | - |
XYZ | 68.77 | 71.35 | 69.82 | - |
YUV | 220.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 208 | 0 | 0.05 | 0.09 | 0.10 | 28.57 | 0.29 | 0.86 |
Hex | E5 | DA | D0 | 0 | 5 | 9 | A | 1D | 1D | 56 |
Octal | 345 | 332 | 320 | 0 | 5 | 11 | 12 | 35 | 35 | 126 |
Binary | 11100101 | 11011010 | 11010000 | 0 | 101 | 1001 | 1010 | 11101 | 11101 | 1010110 |
Color Harmonies of #E5DAD0
Complementary color
Monochromatic Colors of #E5DAD0
Black with #E5DAD0
Text Example
Text Example
White with #E5DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DAD0; }
p { color: rgb(229,218,208); }
H1.HeaderClassName
{
color: #E5DAD0;
}
.AnyTagClassName
{
color: #E5DAD0;
}
</style>
background-color css
<style>
a { background-color: #E5DAD0; }
a { background-color: rgb(229,218,208); }
div.DivClassName
{
background-color: #E5DAD0;
}
.BgClassName
{
background-color: #E5DAD0;
}
</style>
border-color css
<style>
span { border-color: #E5DAD0; }
span { border-color: rgb(229,218,208); }
td.TdClassName
{
border-color: #E5DAD0;
}
.TagClassName
{
border-color: #E5DAD0;
}
</style>