Shades of Prim #E1DFE0
Tints of Prim #E1DFE0
RGB
CMYK
RGB Variations
Color information
#E1DFE0 (or 0xE1DFE0) is known color: Prim. HEX triplet: E1, DF and E0. RGB value is (225,223,224). Sum of RGB (Red+Green+Blue) = 225+223+224=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 224 (87.89% from 255 or 33.33% from 672); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFE0 is #1E201F. Grayscale: #DFDFDF. Windows color (decimal): -1974304 or 14737377. OLE color: 14737377.
HSL color Cylindrical-coordinate representation of color #E1DFE0: hue angle of 330º degrees, saturation: 0.03, 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 #E1DFE0 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 224 | - |
| CMYK | 0 | 0.01 | 0.00 | 0.12 |
| HSL | 330º | 0.03% | 0.88% | - |
| HSV(B) | 330º | 0.01% | 0.88% | - |
| XYZ | 70.89 | 74.16 | 81.1 | - |
| YUV | 223.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 224 | 0 | 0.01 | 0.00 | 0.12 | 330 | 0.03 | 0.88 |
| Hex | E1 | DF | E0 | 0 | 1 | 0 | C | 14A | 3 | 58 |
| Octal | 341 | 337 | 340 | 0 | 1 | 0 | 14 | 512 | 3 | 130 |
| Binary | 11100001 | 11011111 | 11100000 | 0 | 1 | 0 | 1100 | 101001010 | 11 | 1011000 |
Color Harmonies of #E1DFE0
Complementary color
Monochromatic Colors of #E1DFE0
Black with #E1DFE0
Text Example
Text Example
White with #E1DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DFE0; }
p { color: rgb(225,223,224); }
H1.HeaderClassName
{
color: #E1DFE0;
}
.AnyTagClassName
{
color: #E1DFE0;
}
</style>
background-color css
<style>
a { background-color: #E1DFE0; }
a { background-color: rgb(225,223,224); }
div.DivClassName
{
background-color: #E1DFE0;
}
.BgClassName
{
background-color: #E1DFE0;
}
</style>
border-color css
<style>
span { border-color: #E1DFE0; }
span { border-color: rgb(225,223,224); }
td.TdClassName
{
border-color: #E1DFE0;
}
.TagClassName
{
border-color: #E1DFE0;
}
</style>