Shades of Gallery #E1D7CA
Tints of Gallery #E1D7CA
RGB
CMYK
RGB Variations
Color information
#E1D7CA (or 0xE1D7CA) is known color: Gallery. HEX triplet: E1, D7 and CA. RGB value is (225,215,202). Sum of RGB (Red+Green+Blue) = 225+215+202=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7CA is #1E2835. Grayscale: #D8D8D8. Windows color (decimal): -1976374 or 13293537. OLE color: 13293537.
HSL color Cylindrical-coordinate representation of color #E1D7CA: hue angle of 33.91º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D7CA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 202 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.12 |
| HSL | 33.91º | 0.28% | 0.84% | - |
| HSV(B) | 33.91º | 0.1% | 0.88% | - |
| XYZ | 66.01 | 68.87 | 65.69 | - |
| YUV | 216.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 202 | 0 | 0.04 | 0.10 | 0.12 | 33.91 | 0.28 | 0.84 |
| Hex | E1 | D7 | CA | 0 | 4 | A | C | 22 | 1C | 54 |
| Octal | 341 | 327 | 312 | 0 | 4 | 12 | 14 | 42 | 34 | 124 |
| Binary | 11100001 | 11010111 | 11001010 | 0 | 100 | 1010 | 1100 | 100010 | 11100 | 1010100 |
Color Harmonies of #E1D7CA
Complementary color
Monochromatic Colors of #E1D7CA
Black with #E1D7CA
Text Example
Text Example
White with #E1D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7CA; }
p { color: rgb(225,215,202); }
H1.HeaderClassName
{
color: #E1D7CA;
}
.AnyTagClassName
{
color: #E1D7CA;
}
</style>
background-color css
<style>
a { background-color: #E1D7CA; }
a { background-color: rgb(225,215,202); }
div.DivClassName
{
background-color: #E1D7CA;
}
.BgClassName
{
background-color: #E1D7CA;
}
</style>
border-color css
<style>
span { border-color: #E1D7CA; }
span { border-color: rgb(225,215,202); }
td.TdClassName
{
border-color: #E1D7CA;
}
.TagClassName
{
border-color: #E1D7CA;
}
</style>