Shades of Gallery #E0D7CB
Tints of Gallery #E0D7CB
RGB
CMYK
RGB Variations
Color information
#E0D7CB (or 0xE0D7CB) is known color: Gallery. HEX triplet: E0, D7 and CB. RGB value is (224,215,203). Sum of RGB (Red+Green+Blue) = 224+215+203=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7CB is #1F2834. Grayscale: #D8D8D8. Windows color (decimal): -2041909 or 13359072. OLE color: 13359072.
HSL color Cylindrical-coordinate representation of color #E0D7CB: hue angle of 34.29º 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 #E0D7CB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 203 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.12 |
| HSL | 34.29º | 0.25% | 0.84% | - |
| HSV(B) | 34.29º | 0.09% | 0.88% | - |
| XYZ | 65.82 | 68.76 | 66.3 | - |
| YUV | 216.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 203 | 0 | 0.04 | 0.09 | 0.12 | 34.29 | 0.25 | 0.84 |
| Hex | E0 | D7 | CB | 0 | 4 | 9 | C | 22 | 19 | 54 |
| Octal | 340 | 327 | 313 | 0 | 4 | 11 | 14 | 42 | 31 | 124 |
| Binary | 11100000 | 11010111 | 11001011 | 0 | 100 | 1001 | 1100 | 100010 | 11001 | 1010100 |
Color Harmonies of #E0D7CB
Complementary color
Monochromatic Colors of #E0D7CB
Black with #E0D7CB
Text Example
Text Example
White with #E0D7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7CB; }
p { color: rgb(224,215,203); }
H1.HeaderClassName
{
color: #E0D7CB;
}
.AnyTagClassName
{
color: #E0D7CB;
}
</style>
background-color css
<style>
a { background-color: #E0D7CB; }
a { background-color: rgb(224,215,203); }
div.DivClassName
{
background-color: #E0D7CB;
}
.BgClassName
{
background-color: #E0D7CB;
}
</style>
border-color css
<style>
span { border-color: #E0D7CB; }
span { border-color: rgb(224,215,203); }
td.TdClassName
{
border-color: #E0D7CB;
}
.TagClassName
{
border-color: #E0D7CB;
}
</style>