Shades of Bon Jour #E2D6CD
Tints of Bon Jour #E2D6CD
RGB
CMYK
RGB Variations
Color information
#E2D6CD (or 0xE2D6CD) is known color: Bon Jour. HEX triplet: E2, D6 and CD. RGB value is (226,214,205). Sum of RGB (Red+Green+Blue) = 226+214+205=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6CD is #1D2932. Grayscale: #D8D8D8. Windows color (decimal): -1911091 or 13489890. OLE color: 13489890.
HSL color Cylindrical-coordinate representation of color #E2D6CD: hue angle of 25.71º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2D6CD is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 214 | 205 | - |
CMYK | 0 | 0.05 | 0.09 | 0.11 |
HSL | 25.71º | 0.27% | 0.85% | - |
HSV(B) | 25.71º | 0.09% | 0.89% | - |
XYZ | 66.43 | 68.67 | 67.51 | - |
YUV | 216.56 | 121.48 | 134.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 214 | 205 | 0 | 0.05 | 0.09 | 0.11 | 25.71 | 0.27 | 0.85 |
Hex | E2 | D6 | CD | 0 | 5 | 9 | B | 1A | 1B | 55 |
Octal | 342 | 326 | 315 | 0 | 5 | 11 | 13 | 32 | 33 | 125 |
Binary | 11100010 | 11010110 | 11001101 | 0 | 101 | 1001 | 1011 | 11010 | 11011 | 1010101 |
Color Harmonies of #E2D6CD
Complementary color
Monochromatic Colors of #E2D6CD
Black with #E2D6CD
Text Example
Text Example
White with #E2D6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6CD; }
p { color: rgb(226,214,205); }
H1.HeaderClassName
{
color: #E2D6CD;
}
.AnyTagClassName
{
color: #E2D6CD;
}
</style>
background-color css
<style>
a { background-color: #E2D6CD; }
a { background-color: rgb(226,214,205); }
div.DivClassName
{
background-color: #E2D6CD;
}
.BgClassName
{
background-color: #E2D6CD;
}
</style>
border-color css
<style>
span { border-color: #E2D6CD; }
span { border-color: rgb(226,214,205); }
td.TdClassName
{
border-color: #E2D6CD;
}
.TagClassName
{
border-color: #E2D6CD;
}
</style>