Shades of Prim #E5DDE0
Tints of Prim #E5DDE0
RGB
CMYK
RGB Variations
Color information
#E5DDE0 (or 0xE5DDE0) is known color: Prim. HEX triplet: E5, DD and E0. RGB value is (229,221,224). Sum of RGB (Red+Green+Blue) = 229+221+224=674 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.98% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 224 (87.89% from 255 or 33.23% from 674); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DDE0 is #1A221F. Grayscale: #DFDFDF. Windows color (decimal): -1712672 or 14736869. OLE color: 14736869.
HSL color Cylindrical-coordinate representation of color #E5DDE0: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DDE0 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 221 | 224 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.10 |
| HSL | 337.5º | 0.13% | 0.88% | - |
| HSV(B) | 337.5º | 0.03% | 0.9% | - |
| XYZ | 71.62 | 73.75 | 80.98 | - |
| YUV | 223.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 221 | 224 | 0 | 0.03 | 0.02 | 0.10 | 337.5 | 0.13 | 0.88 |
| Hex | E5 | DD | E0 | 0 | 3 | 2 | A | 152 | D | 58 |
| Octal | 345 | 335 | 340 | 0 | 3 | 2 | 12 | 522 | 15 | 130 |
| Binary | 11100101 | 11011101 | 11100000 | 0 | 11 | 10 | 1010 | 101010010 | 1101 | 1011000 |
Color Harmonies of #E5DDE0
Complementary color
Monochromatic Colors of #E5DDE0
Black with #E5DDE0
Text Example
Text Example
White with #E5DDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DDE0; }
p { color: rgb(229,221,224); }
H1.HeaderClassName
{
color: #E5DDE0;
}
.AnyTagClassName
{
color: #E5DDE0;
}
</style>
background-color css
<style>
a { background-color: #E5DDE0; }
a { background-color: rgb(229,221,224); }
div.DivClassName
{
background-color: #E5DDE0;
}
.BgClassName
{
background-color: #E5DDE0;
}
</style>
border-color css
<style>
span { border-color: #E5DDE0; }
span { border-color: rgb(229,221,224); }
td.TdClassName
{
border-color: #E5DDE0;
}
.TagClassName
{
border-color: #E5DDE0;
}
</style>