Shades of Prim #E1D8DD
Tints of Prim #E1D8DD
RGB
CMYK
RGB Variations
Color information
#E1D8DD (or 0xE1D8DD) is known color: Prim. HEX triplet: E1, D8 and DD. RGB value is (225,216,221). Sum of RGB (Red+Green+Blue) = 225+216+221=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8DD is #1E2722. Grayscale: #DBDBDB. Windows color (decimal): -1976099 or 14538977. OLE color: 14538977.
HSL color Cylindrical-coordinate representation of color #E1D8DD: hue angle of 326.67º 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 #E1D8DD is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 221 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.12 |
| HSL | 326.67º | 0.13% | 0.86% | - |
| HSV(B) | 326.67º | 0.04% | 0.88% | - |
| XYZ | 68.66 | 70.34 | 78.36 | - |
| YUV | 219.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 221 | 0 | 0.04 | 0.02 | 0.12 | 326.67 | 0.13 | 0.86 |
| Hex | E1 | D8 | DD | 0 | 4 | 2 | C | 147 | D | 56 |
| Octal | 341 | 330 | 335 | 0 | 4 | 2 | 14 | 507 | 15 | 126 |
| Binary | 11100001 | 11011000 | 11011101 | 0 | 100 | 10 | 1100 | 101000111 | 1101 | 1010110 |
Color Harmonies of #E1D8DD
Complementary color
Monochromatic Colors of #E1D8DD
Black with #E1D8DD
Text Example
Text Example
White with #E1D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8DD; }
p { color: rgb(225,216,221); }
H1.HeaderClassName
{
color: #E1D8DD;
}
.AnyTagClassName
{
color: #E1D8DD;
}
</style>
background-color css
<style>
a { background-color: #E1D8DD; }
a { background-color: rgb(225,216,221); }
div.DivClassName
{
background-color: #E1D8DD;
}
.BgClassName
{
background-color: #E1D8DD;
}
</style>
border-color css
<style>
span { border-color: #E1D8DD; }
span { border-color: rgb(225,216,221); }
td.TdClassName
{
border-color: #E1D8DD;
}
.TagClassName
{
border-color: #E1D8DD;
}
</style>