Shades of Bon Jour #E1D5CD
Tints of Bon Jour #E1D5CD
RGB
CMYK
RGB Variations
Color information
#E1D5CD (or 0xE1D5CD) is known color: Bon Jour. HEX triplet: E1, D5 and CD. RGB value is (225,213,205). Sum of RGB (Red+Green+Blue) = 225+213+205=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D5CD is #1E2A32. Grayscale: #D7D7D7. Windows color (decimal): -1976883 or 13489633. OLE color: 13489633.
HSL color Cylindrical-coordinate representation of color #E1D5CD: hue angle of 24º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D5CD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 205 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.12 |
| HSL | 24º | 0.25% | 0.84% | - |
| HSV(B) | 24º | 0.09% | 0.88% | - |
| XYZ | 65.87 | 68 | 67.41 | - |
| YUV | 215.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 205 | 0 | 0.05 | 0.09 | 0.12 | 24 | 0.25 | 0.84 |
| Hex | E1 | D5 | CD | 0 | 5 | 9 | C | 18 | 19 | 54 |
| Octal | 341 | 325 | 315 | 0 | 5 | 11 | 14 | 30 | 31 | 124 |
| Binary | 11100001 | 11010101 | 11001101 | 0 | 101 | 1001 | 1100 | 11000 | 11001 | 1010100 |
Color Harmonies of #E1D5CD
Complementary color
Monochromatic Colors of #E1D5CD
Black with #E1D5CD
Text Example
Text Example
White with #E1D5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D5CD; }
p { color: rgb(225,213,205); }
H1.HeaderClassName
{
color: #E1D5CD;
}
.AnyTagClassName
{
color: #E1D5CD;
}
</style>
background-color css
<style>
a { background-color: #E1D5CD; }
a { background-color: rgb(225,213,205); }
div.DivClassName
{
background-color: #E1D5CD;
}
.BgClassName
{
background-color: #E1D5CD;
}
</style>
border-color css
<style>
span { border-color: #E1D5CD; }
span { border-color: rgb(225,213,205); }
td.TdClassName
{
border-color: #E1D5CD;
}
.TagClassName
{
border-color: #E1D5CD;
}
</style>