Shades of Prim #E0D7DD
Tints of Prim #E0D7DD
RGB
CMYK
RGB Variations
Color information
#E0D7DD (or 0xE0D7DD) is known color: Prim. HEX triplet: E0, D7 and DD. RGB value is (224,215,221). Sum of RGB (Red+Green+Blue) = 224+215+221=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D7DD is #1F2822. Grayscale: #DADADA. Windows color (decimal): -2041891 or 14538720. OLE color: 14538720.
HSL color Cylindrical-coordinate representation of color #E0D7DD: hue angle of 320º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0D7DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 215 | 221 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.12 |
| HSL | 320º | 0.13% | 0.86% | - |
| HSV(B) | 320º | 0.04% | 0.88% | - |
| XYZ | 68.09 | 69.67 | 78.27 | - |
| YUV | 218.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 215 | 221 | 0 | 0.04 | 0.01 | 0.12 | 320 | 0.13 | 0.86 |
| Hex | E0 | D7 | DD | 0 | 4 | 1 | C | 140 | D | 56 |
| Octal | 340 | 327 | 335 | 0 | 4 | 1 | 14 | 500 | 15 | 126 |
| Binary | 11100000 | 11010111 | 11011101 | 0 | 100 | 1 | 1100 | 101000000 | 1101 | 1010110 |
Color Harmonies of #E0D7DD
Complementary color
Monochromatic Colors of #E0D7DD
Black with #E0D7DD
Text Example
Text Example
White with #E0D7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D7DD; }
p { color: rgb(224,215,221); }
H1.HeaderClassName
{
color: #E0D7DD;
}
.AnyTagClassName
{
color: #E0D7DD;
}
</style>
background-color css
<style>
a { background-color: #E0D7DD; }
a { background-color: rgb(224,215,221); }
div.DivClassName
{
background-color: #E0D7DD;
}
.BgClassName
{
background-color: #E0D7DD;
}
</style>
border-color css
<style>
span { border-color: #E0D7DD; }
span { border-color: rgb(224,215,221); }
td.TdClassName
{
border-color: #E0D7DD;
}
.TagClassName
{
border-color: #E0D7DD;
}
</style>