Shades of Prim #E1D0DB
Tints of Prim #E1D0DB
RGB
CMYK
RGB Variations
Color information
#E1D0DB (or 0xE1D0DB) is known color: Prim. HEX triplet: E1, D0 and DB. RGB value is (225,208,219). Sum of RGB (Red+Green+Blue) = 225+208+219=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0DB is #1E2F24. Grayscale: #D6D6D6. Windows color (decimal): -1978149 or 14405857. OLE color: 14405857.
HSL color Cylindrical-coordinate representation of color #E1D0DB: hue angle of 321.18º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0DB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 219 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.12 |
| HSL | 321.18º | 0.22% | 0.85% | - |
| HSV(B) | 321.18º | 0.08% | 0.88% | - |
| XYZ | 66.39 | 66.23 | 76.3 | - |
| YUV | 214.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 219 | 0 | 0.08 | 0.03 | 0.12 | 321.18 | 0.22 | 0.85 |
| Hex | E1 | D0 | DB | 0 | 8 | 3 | C | 141 | 16 | 55 |
| Octal | 341 | 320 | 333 | 0 | 10 | 3 | 14 | 501 | 26 | 125 |
| Binary | 11100001 | 11010000 | 11011011 | 0 | 1000 | 11 | 1100 | 101000001 | 10110 | 1010101 |
Color Harmonies of #E1D0DB
Complementary color
Monochromatic Colors of #E1D0DB
Black with #E1D0DB
Text Example
Text Example
White with #E1D0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0DB; }
p { color: rgb(225,208,219); }
H1.HeaderClassName
{
color: #E1D0DB;
}
.AnyTagClassName
{
color: #E1D0DB;
}
</style>
background-color css
<style>
a { background-color: #E1D0DB; }
a { background-color: rgb(225,208,219); }
div.DivClassName
{
background-color: #E1D0DB;
}
.BgClassName
{
background-color: #E1D0DB;
}
</style>
border-color css
<style>
span { border-color: #E1D0DB; }
span { border-color: rgb(225,208,219); }
td.TdClassName
{
border-color: #E1D0DB;
}
.TagClassName
{
border-color: #E1D0DB;
}
</style>