Shades of Prim #E0D4D8
Tints of Prim #E0D4D8
RGB
CMYK
RGB Variations
Color information
#E0D4D8 (or 0xE0D4D8) is known color: Prim. HEX triplet: E0, D4 and D8. RGB value is (224,212,216). Sum of RGB (Red+Green+Blue) = 224+212+216=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D4D8 is #1F2B27. Grayscale: #D8D8D8. Windows color (decimal): -2042664 or 14210272. OLE color: 14210272.
HSL color Cylindrical-coordinate representation of color #E0D4D8: hue angle of 340º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0D4D8 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 212 | 216 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.12 |
| HSL | 340º | 0.16% | 0.85% | - |
| HSV(B) | 340º | 0.05% | 0.88% | - |
| XYZ | 66.68 | 67.89 | 74.56 | - |
| YUV | 216.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 212 | 216 | 0 | 0.05 | 0.04 | 0.12 | 340 | 0.16 | 0.85 |
| Hex | E0 | D4 | D8 | 0 | 5 | 4 | C | 154 | 10 | 55 |
| Octal | 340 | 324 | 330 | 0 | 5 | 4 | 14 | 524 | 20 | 125 |
| Binary | 11100000 | 11010100 | 11011000 | 0 | 101 | 100 | 1100 | 101010100 | 10000 | 1010101 |
Color Harmonies of #E0D4D8
Complementary color
Monochromatic Colors of #E0D4D8
Black with #E0D4D8
Text Example
Text Example
White with #E0D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D4D8; }
p { color: rgb(224,212,216); }
H1.HeaderClassName
{
color: #E0D4D8;
}
.AnyTagClassName
{
color: #E0D4D8;
}
</style>
background-color css
<style>
a { background-color: #E0D4D8; }
a { background-color: rgb(224,212,216); }
div.DivClassName
{
background-color: #E0D4D8;
}
.BgClassName
{
background-color: #E0D4D8;
}
</style>
border-color css
<style>
span { border-color: #E0D4D8; }
span { border-color: rgb(224,212,216); }
td.TdClassName
{
border-color: #E0D4D8;
}
.TagClassName
{
border-color: #E0D4D8;
}
</style>