Shades of Prim #E1D3DB
Tints of Prim #E1D3DB
RGB
CMYK
RGB Variations
Color information
#E1D3DB (or 0xE1D3DB) is known color: Prim. HEX triplet: E1, D3 and DB. RGB value is (225,211,219). Sum of RGB (Red+Green+Blue) = 225+211+219=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3DB is #1E2C24. Grayscale: #D8D8D8. Windows color (decimal): -1977381 or 14406625. OLE color: 14406625.
HSL color Cylindrical-coordinate representation of color #E1D3DB: hue angle of 325.71º 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 #E1D3DB is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 219 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.12 |
| HSL | 325.71º | 0.19% | 0.85% | - |
| HSV(B) | 325.71º | 0.06% | 0.88% | - |
| XYZ | 67.13 | 67.71 | 76.55 | - |
| YUV | 216.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 219 | 0 | 0.06 | 0.03 | 0.12 | 325.71 | 0.19 | 0.85 |
| Hex | E1 | D3 | DB | 0 | 6 | 3 | C | 146 | 13 | 55 |
| Octal | 341 | 323 | 333 | 0 | 6 | 3 | 14 | 506 | 23 | 125 |
| Binary | 11100001 | 11010011 | 11011011 | 0 | 110 | 11 | 1100 | 101000110 | 10011 | 1010101 |
Color Harmonies of #E1D3DB
Complementary color
Monochromatic Colors of #E1D3DB
Black with #E1D3DB
Text Example
Text Example
White with #E1D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3DB; }
p { color: rgb(225,211,219); }
H1.HeaderClassName
{
color: #E1D3DB;
}
.AnyTagClassName
{
color: #E1D3DB;
}
</style>
background-color css
<style>
a { background-color: #E1D3DB; }
a { background-color: rgb(225,211,219); }
div.DivClassName
{
background-color: #E1D3DB;
}
.BgClassName
{
background-color: #E1D3DB;
}
</style>
border-color css
<style>
span { border-color: #E1D3DB; }
span { border-color: rgb(225,211,219); }
td.TdClassName
{
border-color: #E1D3DB;
}
.TagClassName
{
border-color: #E1D3DB;
}
</style>