Shades of Prim #E1D2DA
Tints of Prim #E1D2DA
RGB
CMYK
RGB Variations
Color information
#E1D2DA (or 0xE1D2DA) is known color: Prim. HEX triplet: E1, D2 and DA. RGB value is (225,210,218). Sum of RGB (Red+Green+Blue) = 225+210+218=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2DA is #1E2D25. Grayscale: #D7D7D7. Windows color (decimal): -1977638 or 14340833. OLE color: 14340833.
HSL color Cylindrical-coordinate representation of color #E1D2DA: hue angle of 328º degrees, saturation: 0.2, 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 #E1D2DA is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 218 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.12 |
| HSL | 328º | 0.2% | 0.85% | - |
| HSV(B) | 328º | 0.07% | 0.88% | - |
| XYZ | 66.75 | 67.16 | 75.78 | - |
| YUV | 215.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 218 | 0 | 0.07 | 0.03 | 0.12 | 328 | 0.2 | 0.85 |
| Hex | E1 | D2 | DA | 0 | 7 | 3 | C | 148 | 14 | 55 |
| Octal | 341 | 322 | 332 | 0 | 7 | 3 | 14 | 510 | 24 | 125 |
| Binary | 11100001 | 11010010 | 11011010 | 0 | 111 | 11 | 1100 | 101001000 | 10100 | 1010101 |
Color Harmonies of #E1D2DA
Complementary color
Monochromatic Colors of #E1D2DA
Black with #E1D2DA
Text Example
Text Example
White with #E1D2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2DA; }
p { color: rgb(225,210,218); }
H1.HeaderClassName
{
color: #E1D2DA;
}
.AnyTagClassName
{
color: #E1D2DA;
}
</style>
background-color css
<style>
a { background-color: #E1D2DA; }
a { background-color: rgb(225,210,218); }
div.DivClassName
{
background-color: #E1D2DA;
}
.BgClassName
{
background-color: #E1D2DA;
}
</style>
border-color css
<style>
span { border-color: #E1D2DA; }
span { border-color: rgb(225,210,218); }
td.TdClassName
{
border-color: #E1D2DA;
}
.TagClassName
{
border-color: #E1D2DA;
}
</style>