Shades of Gallery #E0D7CC
Tints of Gallery #E0D7CC
RGB
CMYK
RGB Variations
Color information
#E0D7CC (or 0xE0D7CC) is known color: Gallery. HEX triplet: E0, D7 and CC. RGB value is (224,215,204). Sum of RGB (Red+Green+Blue) = 224+215+204=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7CC is #1F2833. Grayscale: #D8D8D8. Windows color (decimal): -2041908 or 13424608. OLE color: 13424608.
HSL color Cylindrical-coordinate representation of color #E0D7CC: hue angle of 33º degrees, saturation: 0.24, 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 #E0D7CC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 204 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.12 |
| HSL | 33º | 0.24% | 0.84% | - |
| HSV(B) | 33º | 0.09% | 0.88% | - |
| XYZ | 65.94 | 68.81 | 66.93 | - |
| YUV | 216.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 204 | 0 | 0.04 | 0.09 | 0.12 | 33 | 0.24 | 0.84 |
| Hex | E0 | D7 | CC | 0 | 4 | 9 | C | 21 | 18 | 54 |
| Octal | 340 | 327 | 314 | 0 | 4 | 11 | 14 | 41 | 30 | 124 |
| Binary | 11100000 | 11010111 | 11001100 | 0 | 100 | 1001 | 1100 | 100001 | 11000 | 1010100 |
Color Harmonies of #E0D7CC
Complementary color
Monochromatic Colors of #E0D7CC
Black with #E0D7CC
Text Example
Text Example
White with #E0D7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7CC; }
p { color: rgb(224,215,204); }
H1.HeaderClassName
{
color: #E0D7CC;
}
.AnyTagClassName
{
color: #E0D7CC;
}
</style>
background-color css
<style>
a { background-color: #E0D7CC; }
a { background-color: rgb(224,215,204); }
div.DivClassName
{
background-color: #E0D7CC;
}
.BgClassName
{
background-color: #E0D7CC;
}
</style>
border-color css
<style>
span { border-color: #E0D7CC; }
span { border-color: rgb(224,215,204); }
td.TdClassName
{
border-color: #E0D7CC;
}
.TagClassName
{
border-color: #E0D7CC;
}
</style>