Shades of Prim #E1D1DB
Tints of Prim #E1D1DB
RGB
CMYK
RGB Variations
Color information
#E1D1DB (or 0xE1D1DB) is known color: Prim. HEX triplet: E1, D1 and DB. RGB value is (225,209,219). Sum of RGB (Red+Green+Blue) = 225+209+219=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1DB is #1E2E24. Grayscale: #D6D6D6. Windows color (decimal): -1977893 or 14406113. OLE color: 14406113.
HSL color Cylindrical-coordinate representation of color #E1D1DB: hue angle of 322.5º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1D1DB is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 219 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.12 |
| HSL | 322.5º | 0.21% | 0.85% | - |
| HSV(B) | 322.5º | 0.07% | 0.88% | - |
| XYZ | 66.64 | 66.72 | 76.38 | - |
| YUV | 214.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 219 | 0 | 0.07 | 0.03 | 0.12 | 322.5 | 0.21 | 0.85 |
| Hex | E1 | D1 | DB | 0 | 7 | 3 | C | 142 | 15 | 55 |
| Octal | 341 | 321 | 333 | 0 | 7 | 3 | 14 | 502 | 25 | 125 |
| Binary | 11100001 | 11010001 | 11011011 | 0 | 111 | 11 | 1100 | 101000010 | 10101 | 1010101 |
Color Harmonies of #E1D1DB
Complementary color
Monochromatic Colors of #E1D1DB
Black with #E1D1DB
Text Example
Text Example
White with #E1D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1DB; }
p { color: rgb(225,209,219); }
H1.HeaderClassName
{
color: #E1D1DB;
}
.AnyTagClassName
{
color: #E1D1DB;
}
</style>
background-color css
<style>
a { background-color: #E1D1DB; }
a { background-color: rgb(225,209,219); }
div.DivClassName
{
background-color: #E1D1DB;
}
.BgClassName
{
background-color: #E1D1DB;
}
</style>
border-color css
<style>
span { border-color: #E1D1DB; }
span { border-color: rgb(225,209,219); }
td.TdClassName
{
border-color: #E1D1DB;
}
.TagClassName
{
border-color: #E1D1DB;
}
</style>