Shades of Prim #E1DCDE
Tints of Prim #E1DCDE
RGB
CMYK
RGB Variations
Color information
#E1DCDE (or 0xE1DCDE) is known color: Prim. HEX triplet: E1, DC and DE. RGB value is (225,220,222). Sum of RGB (Red+Green+Blue) = 225+220+222=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DCDE is #1E2321. Grayscale: #DDDDDD. Windows color (decimal): -1975074 or 14605537. OLE color: 14605537.
HSL color Cylindrical-coordinate representation of color #E1DCDE: hue angle of 336º degrees, saturation: 0.08, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E1DCDE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 220 | 222 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.12 |
| HSL | 336º | 0.08% | 0.87% | - |
| HSV(B) | 336º | 0.02% | 0.88% | - |
| XYZ | 69.83 | 72.47 | 79.41 | - |
| YUV | 221.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 220 | 222 | 0 | 0.02 | 0.01 | 0.12 | 336 | 0.08 | 0.87 |
| Hex | E1 | DC | DE | 0 | 2 | 1 | C | 150 | 8 | 57 |
| Octal | 341 | 334 | 336 | 0 | 2 | 1 | 14 | 520 | 10 | 127 |
| Binary | 11100001 | 11011100 | 11011110 | 0 | 10 | 1 | 1100 | 101010000 | 1000 | 1010111 |
Color Harmonies of #E1DCDE
Complementary color
Monochromatic Colors of #E1DCDE
Black with #E1DCDE
Text Example
Text Example
White with #E1DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DCDE; }
p { color: rgb(225,220,222); }
H1.HeaderClassName
{
color: #E1DCDE;
}
.AnyTagClassName
{
color: #E1DCDE;
}
</style>
background-color css
<style>
a { background-color: #E1DCDE; }
a { background-color: rgb(225,220,222); }
div.DivClassName
{
background-color: #E1DCDE;
}
.BgClassName
{
background-color: #E1DCDE;
}
</style>
border-color css
<style>
span { border-color: #E1DCDE; }
span { border-color: rgb(225,220,222); }
td.TdClassName
{
border-color: #E1DCDE;
}
.TagClassName
{
border-color: #E1DCDE;
}
</style>