Shades of Bon Jour #E0DEDD
Tints of Bon Jour #E0DEDD
RGB
CMYK
RGB Variations
Color information
#E0DEDD (or 0xE0DEDD) is known color: Bon Jour. HEX triplet: E0, DE and DD. RGB value is (224,222,221). Sum of RGB (Red+Green+Blue) = 224+222+221=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEDD is #1F2122. Grayscale: #DEDEDE. Windows color (decimal): -2040099 or 14540512. OLE color: 14540512.
HSL color Cylindrical-coordinate representation of color #E0DEDD: hue angle of 20º degrees, saturation: 0.05, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E0DEDD is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 221 | - |
| CMYK | 0 | 0.01 | 0.01 | 0.12 |
| HSL | 20º | 0.05% | 0.87% | - |
| HSV(B) | 20º | 0.01% | 0.88% | - |
| XYZ | 69.91 | 73.31 | 78.87 | - |
| YUV | 222.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 221 | 0 | 0.01 | 0.01 | 0.12 | 20 | 0.05 | 0.87 |
| Hex | E0 | DE | DD | 0 | 1 | 1 | C | 14 | 5 | 57 |
| Octal | 340 | 336 | 335 | 0 | 1 | 1 | 14 | 24 | 5 | 127 |
| Binary | 11100000 | 11011110 | 11011101 | 0 | 1 | 1 | 1100 | 10100 | 101 | 1010111 |
Color Harmonies of #E0DEDD
Complementary color
Monochromatic Colors of #E0DEDD
Black with #E0DEDD
Text Example
Text Example
White with #E0DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEDD; }
p { color: rgb(224,222,221); }
H1.HeaderClassName
{
color: #E0DEDD;
}
.AnyTagClassName
{
color: #E0DEDD;
}
</style>
background-color css
<style>
a { background-color: #E0DEDD; }
a { background-color: rgb(224,222,221); }
div.DivClassName
{
background-color: #E0DEDD;
}
.BgClassName
{
background-color: #E0DEDD;
}
</style>
border-color css
<style>
span { border-color: #E0DEDD; }
span { border-color: rgb(224,222,221); }
td.TdClassName
{
border-color: #E0DEDD;
}
.TagClassName
{
border-color: #E0DEDD;
}
</style>