Shades of Prim #E1DADD
Tints of Prim #E1DADD
RGB
CMYK
RGB Variations
Color information
#E1DADD (or 0xE1DADD) is known color: Prim. HEX triplet: E1, DA and DD. RGB value is (225,218,221). Sum of RGB (Red+Green+Blue) = 225+218+221=664 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.89% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 221 (86.72% from 255 or 33.28% from 664); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DADD is #1E2522. Grayscale: #DCDCDC. Windows color (decimal): -1975587 or 14539489. OLE color: 14539489.
HSL color Cylindrical-coordinate representation of color #E1DADD: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DADD is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 218 | 221 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.12 |
| HSL | 334.29º | 0.1% | 0.87% | - |
| HSV(B) | 334.29º | 0.03% | 0.88% | - |
| XYZ | 69.17 | 71.37 | 78.54 | - |
| YUV | 220.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 218 | 221 | 0 | 0.03 | 0.02 | 0.12 | 334.29 | 0.1 | 0.87 |
| Hex | E1 | DA | DD | 0 | 3 | 2 | C | 14E | A | 57 |
| Octal | 341 | 332 | 335 | 0 | 3 | 2 | 14 | 516 | 12 | 127 |
| Binary | 11100001 | 11011010 | 11011101 | 0 | 11 | 10 | 1100 | 101001110 | 1010 | 1010111 |
Color Harmonies of #E1DADD
Complementary color
Monochromatic Colors of #E1DADD
Black with #E1DADD
Text Example
Text Example
White with #E1DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DADD; }
p { color: rgb(225,218,221); }
H1.HeaderClassName
{
color: #E1DADD;
}
.AnyTagClassName
{
color: #E1DADD;
}
</style>
background-color css
<style>
a { background-color: #E1DADD; }
a { background-color: rgb(225,218,221); }
div.DivClassName
{
background-color: #E1DADD;
}
.BgClassName
{
background-color: #E1DADD;
}
</style>
border-color css
<style>
span { border-color: #E1DADD; }
span { border-color: rgb(225,218,221); }
td.TdClassName
{
border-color: #E1DADD;
}
.TagClassName
{
border-color: #E1DADD;
}
</style>