Shades of Prim #E0D8DD
Tints of Prim #E0D8DD
RGB
CMYK
RGB Variations
Color information
#E0D8DD (or 0xE0D8DD) is known color: Prim. HEX triplet: E0, D8 and DD. RGB value is (224,216,221). Sum of RGB (Red+Green+Blue) = 224+216+221=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0D8DD is #1F2722. Grayscale: #DADADA. Windows color (decimal): -2041635 or 14538976. OLE color: 14538976.
HSL color Cylindrical-coordinate representation of color #E0D8DD: hue angle of 322.5º degrees, saturation: 0.11, 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 #E0D8DD is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 216 | 221 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.12 |
| HSL | 322.5º | 0.11% | 0.86% | - |
| HSV(B) | 322.5º | 0.04% | 0.88% | - |
| XYZ | 68.35 | 70.18 | 78.35 | - |
| YUV | 218.96 | 129.15 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 216 | 221 | 0 | 0.04 | 0.01 | 0.12 | 322.5 | 0.11 | 0.86 |
| Hex | E0 | D8 | DD | 0 | 4 | 1 | C | 142 | B | 56 |
| Octal | 340 | 330 | 335 | 0 | 4 | 1 | 14 | 502 | 13 | 126 |
| Binary | 11100000 | 11011000 | 11011101 | 0 | 100 | 1 | 1100 | 101000010 | 1011 | 1010110 |
Color Harmonies of #E0D8DD
Complementary color
Monochromatic Colors of #E0D8DD
Black with #E0D8DD
Text Example
Text Example
White with #E0D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0D8DD; }
p { color: rgb(224,216,221); }
H1.HeaderClassName
{
color: #E0D8DD;
}
.AnyTagClassName
{
color: #E0D8DD;
}
</style>
background-color css
<style>
a { background-color: #E0D8DD; }
a { background-color: rgb(224,216,221); }
div.DivClassName
{
background-color: #E0D8DD;
}
.BgClassName
{
background-color: #E0D8DD;
}
</style>
border-color css
<style>
span { border-color: #E0D8DD; }
span { border-color: rgb(224,216,221); }
td.TdClassName
{
border-color: #E0D8DD;
}
.TagClassName
{
border-color: #E0D8DD;
}
</style>