Shades of Prim #E1DEE0
Tints of Prim #E1DEE0
RGB
CMYK
RGB Variations
Color information
#E1DEE0 (or 0xE1DEE0) is known color: Prim. HEX triplet: E1, DE and E0. RGB value is (225,222,224). Sum of RGB (Red+Green+Blue) = 225+222+224=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEE0 is #1E211F. Grayscale: #DFDFDF. Windows color (decimal): -1974560 or 14737121. OLE color: 14737121.
HSL color Cylindrical-coordinate representation of color #E1DEE0: hue angle of 320º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1DEE0 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 224 | - |
| CMYK | 0 | 0.01 | 0.00 | 0.12 |
| HSL | 320º | 0.05% | 0.88% | - |
| HSV(B) | 320º | 0.01% | 0.88% | - |
| XYZ | 70.63 | 73.63 | 81.01 | - |
| YUV | 223.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 224 | 0 | 0.01 | 0.00 | 0.12 | 320 | 0.05 | 0.88 |
| Hex | E1 | DE | E0 | 0 | 1 | 0 | C | 140 | 5 | 58 |
| Octal | 341 | 336 | 340 | 0 | 1 | 0 | 14 | 500 | 5 | 130 |
| Binary | 11100001 | 11011110 | 11100000 | 0 | 1 | 0 | 1100 | 101000000 | 101 | 1011000 |
Color Harmonies of #E1DEE0
Complementary color
Monochromatic Colors of #E1DEE0
Black with #E1DEE0
Text Example
Text Example
White with #E1DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEE0; }
p { color: rgb(225,222,224); }
H1.HeaderClassName
{
color: #E1DEE0;
}
.AnyTagClassName
{
color: #E1DEE0;
}
</style>
background-color css
<style>
a { background-color: #E1DEE0; }
a { background-color: rgb(225,222,224); }
div.DivClassName
{
background-color: #E1DEE0;
}
.BgClassName
{
background-color: #E1DEE0;
}
</style>
border-color css
<style>
span { border-color: #E1DEE0; }
span { border-color: rgb(225,222,224); }
td.TdClassName
{
border-color: #E1DEE0;
}
.TagClassName
{
border-color: #E1DEE0;
}
</style>