Shades of Gallery #E2D8CD
Tints of Gallery #E2D8CD
RGB
CMYK
RGB Variations
Color information
#E2D8CD (or 0xE2D8CD) is known color: Gallery. HEX triplet: E2, D8 and CD. RGB value is (226,216,205). Sum of RGB (Red+Green+Blue) = 226+216+205=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D8CD is #1D2732. Grayscale: #D9D9D9. Windows color (decimal): -1910579 or 13490402. OLE color: 13490402.
HSL color Cylindrical-coordinate representation of color #E2D8CD: hue angle of 31.43º 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 #E2D8CD is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 216 | 205 | - |
CMYK | 0 | 0.04 | 0.09 | 0.11 |
HSL | 31.43º | 0.27% | 0.85% | - |
HSV(B) | 31.43º | 0.09% | 0.89% | - |
XYZ | 66.94 | 69.69 | 67.68 | - |
YUV | 217.74 | 120.81 | 133.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 216 | 205 | 0 | 0.04 | 0.09 | 0.11 | 31.43 | 0.27 | 0.85 |
Hex | E2 | D8 | CD | 0 | 4 | 9 | B | 1F | 1B | 55 |
Octal | 342 | 330 | 315 | 0 | 4 | 11 | 13 | 37 | 33 | 125 |
Binary | 11100010 | 11011000 | 11001101 | 0 | 100 | 1001 | 1011 | 11111 | 11011 | 1010101 |
Color Harmonies of #E2D8CD
Complementary color
Monochromatic Colors of #E2D8CD
Black with #E2D8CD
Text Example
Text Example
White with #E2D8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D8CD; }
p { color: rgb(226,216,205); }
H1.HeaderClassName
{
color: #E2D8CD;
}
.AnyTagClassName
{
color: #E2D8CD;
}
</style>
background-color css
<style>
a { background-color: #E2D8CD; }
a { background-color: rgb(226,216,205); }
div.DivClassName
{
background-color: #E2D8CD;
}
.BgClassName
{
background-color: #E2D8CD;
}
</style>
border-color css
<style>
span { border-color: #E2D8CD; }
span { border-color: rgb(226,216,205); }
td.TdClassName
{
border-color: #E2D8CD;
}
.TagClassName
{
border-color: #E2D8CD;
}
</style>