Shades of Bon Jour #E1D7CF
Tints of Bon Jour #E1D7CF
RGB
CMYK
RGB Variations
Color information
#E1D7CF (or 0xE1D7CF) is known color: Bon Jour. HEX triplet: E1, D7 and CF. RGB value is (225,215,207). Sum of RGB (Red+Green+Blue) = 225+215+207=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7CF is #1E2830. Grayscale: #D9D9D9. Windows color (decimal): -1976369 or 13621217. OLE color: 13621217.
HSL color Cylindrical-coordinate representation of color #E1D7CF: hue angle of 26.67º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D7CF is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 207 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.12 |
| HSL | 26.67º | 0.23% | 0.85% | - |
| HSV(B) | 26.67º | 0.08% | 0.88% | - |
| XYZ | 66.61 | 69.11 | 68.86 | - |
| YUV | 217.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 207 | 0 | 0.04 | 0.08 | 0.12 | 26.67 | 0.23 | 0.85 |
| Hex | E1 | D7 | CF | 0 | 4 | 8 | C | 1B | 17 | 55 |
| Octal | 341 | 327 | 317 | 0 | 4 | 10 | 14 | 33 | 27 | 125 |
| Binary | 11100001 | 11010111 | 11001111 | 0 | 100 | 1000 | 1100 | 11011 | 10111 | 1010101 |
Color Harmonies of #E1D7CF
Complementary color
Monochromatic Colors of #E1D7CF
Black with #E1D7CF
Text Example
Text Example
White with #E1D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7CF; }
p { color: rgb(225,215,207); }
H1.HeaderClassName
{
color: #E1D7CF;
}
.AnyTagClassName
{
color: #E1D7CF;
}
</style>
background-color css
<style>
a { background-color: #E1D7CF; }
a { background-color: rgb(225,215,207); }
div.DivClassName
{
background-color: #E1D7CF;
}
.BgClassName
{
background-color: #E1D7CF;
}
</style>
border-color css
<style>
span { border-color: #E1D7CF; }
span { border-color: rgb(225,215,207); }
td.TdClassName
{
border-color: #E1D7CF;
}
.TagClassName
{
border-color: #E1D7CF;
}
</style>