Shades of Bon Jour #E0D5CE
Tints of Bon Jour #E0D5CE
RGB
CMYK
RGB Variations
Color information
#E0D5CE (or 0xE0D5CE) is known color: Bon Jour. HEX triplet: E0, D5 and CE. RGB value is (224,213,206). Sum of RGB (Red+Green+Blue) = 224+213+206=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D5CE is #1F2A31. Grayscale: #D7D7D7. Windows color (decimal): -2042418 or 13555168. OLE color: 13555168.
HSL color Cylindrical-coordinate representation of color #E0D5CE: hue angle of 23.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0D5CE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 213 | 206 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.12 |
| HSL | 23.33º | 0.23% | 0.84% | - |
| HSV(B) | 23.33º | 0.08% | 0.88% | - |
| XYZ | 65.68 | 67.89 | 68.04 | - |
| YUV | 215.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 213 | 206 | 0 | 0.05 | 0.08 | 0.12 | 23.33 | 0.23 | 0.84 |
| Hex | E0 | D5 | CE | 0 | 5 | 8 | C | 17 | 16 | 54 |
| Octal | 340 | 325 | 316 | 0 | 5 | 10 | 14 | 27 | 26 | 124 |
| Binary | 11100000 | 11010101 | 11001110 | 0 | 101 | 1000 | 1100 | 10111 | 10110 | 1010100 |
Color Harmonies of #E0D5CE
Complementary color
Monochromatic Colors of #E0D5CE
Black with #E0D5CE
Text Example
Text Example
White with #E0D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D5CE; }
p { color: rgb(224,213,206); }
H1.HeaderClassName
{
color: #E0D5CE;
}
.AnyTagClassName
{
color: #E0D5CE;
}
</style>
background-color css
<style>
a { background-color: #E0D5CE; }
a { background-color: rgb(224,213,206); }
div.DivClassName
{
background-color: #E0D5CE;
}
.BgClassName
{
background-color: #E0D5CE;
}
</style>
border-color css
<style>
span { border-color: #E0D5CE; }
span { border-color: rgb(224,213,206); }
td.TdClassName
{
border-color: #E0D5CE;
}
.TagClassName
{
border-color: #E0D5CE;
}
</style>