Shades of Bon Jour #E1D6CF
Tints of Bon Jour #E1D6CF
RGB
CMYK
RGB Variations
Color information
#E1D6CF (or 0xE1D6CF) is known color: Bon Jour. HEX triplet: E1, D6 and CF. RGB value is (225,214,207). Sum of RGB (Red+Green+Blue) = 225+214+207=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6CF is #1E2930. Grayscale: #D8D8D8. Windows color (decimal): -1976625 or 13620961. OLE color: 13620961.
HSL color Cylindrical-coordinate representation of color #E1D6CF: hue angle of 23.33º 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 #E1D6CF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 207 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.12 |
| HSL | 23.33º | 0.23% | 0.85% | - |
| HSV(B) | 23.33º | 0.08% | 0.88% | - |
| XYZ | 66.36 | 68.61 | 68.78 | - |
| YUV | 216.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 207 | 0 | 0.05 | 0.08 | 0.12 | 23.33 | 0.23 | 0.85 |
| Hex | E1 | D6 | CF | 0 | 5 | 8 | C | 17 | 17 | 55 |
| Octal | 341 | 326 | 317 | 0 | 5 | 10 | 14 | 27 | 27 | 125 |
| Binary | 11100001 | 11010110 | 11001111 | 0 | 101 | 1000 | 1100 | 10111 | 10111 | 1010101 |
Color Harmonies of #E1D6CF
Complementary color
Monochromatic Colors of #E1D6CF
Black with #E1D6CF
Text Example
Text Example
White with #E1D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6CF; }
p { color: rgb(225,214,207); }
H1.HeaderClassName
{
color: #E1D6CF;
}
.AnyTagClassName
{
color: #E1D6CF;
}
</style>
background-color css
<style>
a { background-color: #E1D6CF; }
a { background-color: rgb(225,214,207); }
div.DivClassName
{
background-color: #E1D6CF;
}
.BgClassName
{
background-color: #E1D6CF;
}
</style>
border-color css
<style>
span { border-color: #E1D6CF; }
span { border-color: rgb(225,214,207); }
td.TdClassName
{
border-color: #E1D6CF;
}
.TagClassName
{
border-color: #E1D6CF;
}
</style>