Shades of Prim #E1D8DE
Tints of Prim #E1D8DE
RGB
CMYK
RGB Variations
Color information
#E1D8DE (or 0xE1D8DE) is known color: Prim. HEX triplet: E1, D8 and DE. RGB value is (225,216,222). Sum of RGB (Red+Green+Blue) = 225+216+222=663 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.94% from 663); Green value is 216 (84.77% from 255 or 32.58% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D8DE is #1E2721. Grayscale: #DBDBDB. Windows color (decimal): -1976098 or 14604513. OLE color: 14604513.
HSL color Cylindrical-coordinate representation of color #E1D8DE: 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 #E1D8DE is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 222 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.12 |
| HSL | 320º | 0.13% | 0.86% | - |
| HSV(B) | 320º | 0.04% | 0.88% | - |
| XYZ | 68.79 | 70.39 | 79.07 | - |
| YUV | 219.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 222 | 0 | 0.04 | 0.01 | 0.12 | 320 | 0.13 | 0.86 |
| Hex | E1 | D8 | DE | 0 | 4 | 1 | C | 140 | D | 56 |
| Octal | 341 | 330 | 336 | 0 | 4 | 1 | 14 | 500 | 15 | 126 |
| Binary | 11100001 | 11011000 | 11011110 | 0 | 100 | 1 | 1100 | 101000000 | 1101 | 1010110 |
Color Harmonies of #E1D8DE
Complementary color
Monochromatic Colors of #E1D8DE
Black with #E1D8DE
Text Example
Text Example
White with #E1D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D8DE; }
p { color: rgb(225,216,222); }
H1.HeaderClassName
{
color: #E1D8DE;
}
.AnyTagClassName
{
color: #E1D8DE;
}
</style>
background-color css
<style>
a { background-color: #E1D8DE; }
a { background-color: rgb(225,216,222); }
div.DivClassName
{
background-color: #E1D8DE;
}
.BgClassName
{
background-color: #E1D8DE;
}
</style>
border-color css
<style>
span { border-color: #E1D8DE; }
span { border-color: rgb(225,216,222); }
td.TdClassName
{
border-color: #E1D8DE;
}
.TagClassName
{
border-color: #E1D8DE;
}
</style>