Shades of Bon Jour #E0DCDA
Tints of Bon Jour #E0DCDA
RGB
CMYK
RGB Variations
Color information
#E0DCDA (or 0xE0DCDA) is known color: Bon Jour. HEX triplet: E0, DC and DA. RGB value is (224,220,218). Sum of RGB (Red+Green+Blue) = 224+220+218=662 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.84% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DCDA is #1F2325. Grayscale: #DCDCDC. Windows color (decimal): -2040614 or 14343392. OLE color: 14343392.
HSL color Cylindrical-coordinate representation of color #E0DCDA: 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 #E0DCDA is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 220 | 218 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.12 |
| HSL | 20º | 0.09% | 0.87% | - |
| HSV(B) | 20º | 0.03% | 0.88% | - |
| XYZ | 68.99 | 72.1 | 76.61 | - |
| YUV | 220.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 220 | 218 | 0 | 0.02 | 0.03 | 0.12 | 20 | 0.09 | 0.87 |
| Hex | E0 | DC | DA | 0 | 2 | 3 | C | 14 | 9 | 57 |
| Octal | 340 | 334 | 332 | 0 | 2 | 3 | 14 | 24 | 11 | 127 |
| Binary | 11100000 | 11011100 | 11011010 | 0 | 10 | 11 | 1100 | 10100 | 1001 | 1010111 |
Color Harmonies of #E0DCDA
Complementary color
Monochromatic Colors of #E0DCDA
Black with #E0DCDA
Text Example
Text Example
White with #E0DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DCDA; }
p { color: rgb(224,220,218); }
H1.HeaderClassName
{
color: #E0DCDA;
}
.AnyTagClassName
{
color: #E0DCDA;
}
</style>
background-color css
<style>
a { background-color: #E0DCDA; }
a { background-color: rgb(224,220,218); }
div.DivClassName
{
background-color: #E0DCDA;
}
.BgClassName
{
background-color: #E0DCDA;
}
</style>
border-color css
<style>
span { border-color: #E0DCDA; }
span { border-color: rgb(224,220,218); }
td.TdClassName
{
border-color: #E0DCDA;
}
.TagClassName
{
border-color: #E0DCDA;
}
</style>