Shades of Prim #E1D3DC
Tints of Prim #E1D3DC
RGB
CMYK
RGB Variations
Color information
#E1D3DC (or 0xE1D3DC) is known color: Prim. HEX triplet: E1, D3 and DC. RGB value is (225,211,220). Sum of RGB (Red+Green+Blue) = 225+211+220=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 211 (82.81% from 255 or 32.16% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DC is #1E2C23. Grayscale: #D8D8D8. Windows color (decimal): -1977380 or 14472161. OLE color: 14472161.
HSL color Cylindrical-coordinate representation of color #E1D3DC: hue angle of 321.43º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1D3DC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 220 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.12 |
| HSL | 321.43º | 0.19% | 0.85% | - |
| HSV(B) | 321.43º | 0.06% | 0.88% | - |
| XYZ | 67.26 | 67.76 | 77.24 | - |
| YUV | 216.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 220 | 0 | 0.06 | 0.02 | 0.12 | 321.43 | 0.19 | 0.85 |
| Hex | E1 | D3 | DC | 0 | 6 | 2 | C | 141 | 13 | 55 |
| Octal | 341 | 323 | 334 | 0 | 6 | 2 | 14 | 501 | 23 | 125 |
| Binary | 11100001 | 11010011 | 11011100 | 0 | 110 | 10 | 1100 | 101000001 | 10011 | 1010101 |
Color Harmonies of #E1D3DC
Complementary color
Monochromatic Colors of #E1D3DC
Black with #E1D3DC
Text Example
Text Example
White with #E1D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3DC; }
p { color: rgb(225,211,220); }
H1.HeaderClassName
{
color: #E1D3DC;
}
.AnyTagClassName
{
color: #E1D3DC;
}
</style>
background-color css
<style>
a { background-color: #E1D3DC; }
a { background-color: rgb(225,211,220); }
div.DivClassName
{
background-color: #E1D3DC;
}
.BgClassName
{
background-color: #E1D3DC;
}
</style>
border-color css
<style>
span { border-color: #E1D3DC; }
span { border-color: rgb(225,211,220); }
td.TdClassName
{
border-color: #E1D3DC;
}
.TagClassName
{
border-color: #E1D3DC;
}
</style>