Shades of Gallery #E1D8CD
Tints of Gallery #E1D8CD
RGB
CMYK
RGB Variations
Color information
#E1D8CD (or 0xE1D8CD) is known color: Gallery. HEX triplet: E1, D8 and CD. RGB value is (225,216,205). Sum of RGB (Red+Green+Blue) = 225+216+205=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8CD is #1E2732. Grayscale: #D9D9D9. Windows color (decimal): -1976115 or 13490401. OLE color: 13490401.
HSL color Cylindrical-coordinate representation of color #E1D8CD: hue angle of 33º 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 #E1D8CD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 205 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.12 |
| HSL | 33º | 0.25% | 0.84% | - |
| HSV(B) | 33º | 0.09% | 0.88% | - |
| XYZ | 66.63 | 69.53 | 67.67 | - |
| YUV | 217.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 205 | 0 | 0.04 | 0.09 | 0.12 | 33 | 0.25 | 0.84 |
| Hex | E1 | D8 | CD | 0 | 4 | 9 | C | 21 | 19 | 54 |
| Octal | 341 | 330 | 315 | 0 | 4 | 11 | 14 | 41 | 31 | 124 |
| Binary | 11100001 | 11011000 | 11001101 | 0 | 100 | 1001 | 1100 | 100001 | 11001 | 1010100 |
Color Harmonies of #E1D8CD
Complementary color
Monochromatic Colors of #E1D8CD
Black with #E1D8CD
Text Example
Text Example
White with #E1D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8CD; }
p { color: rgb(225,216,205); }
H1.HeaderClassName
{
color: #E1D8CD;
}
.AnyTagClassName
{
color: #E1D8CD;
}
</style>
background-color css
<style>
a { background-color: #E1D8CD; }
a { background-color: rgb(225,216,205); }
div.DivClassName
{
background-color: #E1D8CD;
}
.BgClassName
{
background-color: #E1D8CD;
}
</style>
border-color css
<style>
span { border-color: #E1D8CD; }
span { border-color: rgb(225,216,205); }
td.TdClassName
{
border-color: #E1D8CD;
}
.TagClassName
{
border-color: #E1D8CD;
}
</style>