Shades of Prim #E1D3DD
Tints of Prim #E1D3DD
RGB
CMYK
RGB Variations
Color information
#E1D3DD (or 0xE1D3DD) is known color: Prim. HEX triplet: E1, D3 and DD. RGB value is (225,211,221). Sum of RGB (Red+Green+Blue) = 225+211+221=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DD is #1E2C22. Grayscale: #D8D8D8. Windows color (decimal): -1977379 or 14537697. OLE color: 14537697.
HSL color Cylindrical-coordinate representation of color #E1D3DD: hue angle of 317.14º 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 #E1D3DD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 221 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.12 |
| HSL | 317.14º | 0.19% | 0.85% | - |
| HSV(B) | 317.14º | 0.06% | 0.88% | - |
| XYZ | 67.4 | 67.82 | 77.94 | - |
| YUV | 216.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 221 | 0 | 0.06 | 0.02 | 0.12 | 317.14 | 0.19 | 0.85 |
| Hex | E1 | D3 | DD | 0 | 6 | 2 | C | 13D | 13 | 55 |
| Octal | 341 | 323 | 335 | 0 | 6 | 2 | 14 | 475 | 23 | 125 |
| Binary | 11100001 | 11010011 | 11011101 | 0 | 110 | 10 | 1100 | 100111101 | 10011 | 1010101 |
Color Harmonies of #E1D3DD
Complementary color
Monochromatic Colors of #E1D3DD
Black with #E1D3DD
Text Example
Text Example
White with #E1D3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3DD; }
p { color: rgb(225,211,221); }
H1.HeaderClassName
{
color: #E1D3DD;
}
.AnyTagClassName
{
color: #E1D3DD;
}
</style>
background-color css
<style>
a { background-color: #E1D3DD; }
a { background-color: rgb(225,211,221); }
div.DivClassName
{
background-color: #E1D3DD;
}
.BgClassName
{
background-color: #E1D3DD;
}
</style>
border-color css
<style>
span { border-color: #E1D3DD; }
span { border-color: rgb(225,211,221); }
td.TdClassName
{
border-color: #E1D3DD;
}
.TagClassName
{
border-color: #E1D3DD;
}
</style>