Shades of Gallery #E2D7CB
Tints of Gallery #E2D7CB
RGB
CMYK
RGB Variations
Color information
#E2D7CB (or 0xE2D7CB) is known color: Gallery. HEX triplet: E2, D7 and CB. RGB value is (226,215,203). Sum of RGB (Red+Green+Blue) = 226+215+203=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D7CB is #1D2834. Grayscale: #D8D8D8. Windows color (decimal): -1910837 or 13359074. OLE color: 13359074.
HSL color Cylindrical-coordinate representation of color #E2D7CB: hue angle of 31.3º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D7CB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 215 | 203 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.11 |
| HSL | 31.3º | 0.28% | 0.84% | - |
| HSV(B) | 31.3º | 0.1% | 0.89% | - |
| XYZ | 66.44 | 69.08 | 66.33 | - |
| YUV | 216.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 215 | 203 | 0 | 0.05 | 0.10 | 0.11 | 31.3 | 0.28 | 0.84 |
| Hex | E2 | D7 | CB | 0 | 5 | A | B | 1F | 1C | 54 |
| Octal | 342 | 327 | 313 | 0 | 5 | 12 | 13 | 37 | 34 | 124 |
| Binary | 11100010 | 11010111 | 11001011 | 0 | 101 | 1010 | 1011 | 11111 | 11100 | 1010100 |
Color Harmonies of #E2D7CB
Complementary color
Monochromatic Colors of #E2D7CB
Black with #E2D7CB
Text Example
Text Example
White with #E2D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D7CB; }
p { color: rgb(226,215,203); }
H1.HeaderClassName
{
color: #E2D7CB;
}
.AnyTagClassName
{
color: #E2D7CB;
}
</style>
background-color css
<style>
a { background-color: #E2D7CB; }
a { background-color: rgb(226,215,203); }
div.DivClassName
{
background-color: #E2D7CB;
}
.BgClassName
{
background-color: #E2D7CB;
}
</style>
border-color css
<style>
span { border-color: #E2D7CB; }
span { border-color: rgb(226,215,203); }
td.TdClassName
{
border-color: #E2D7CB;
}
.TagClassName
{
border-color: #E2D7CB;
}
</style>