Shades of Prim #E1D1DA
Tints of Prim #E1D1DA
RGB
CMYK
RGB Variations
Color information
#E1D1DA (or 0xE1D1DA) is known color: Prim. HEX triplet: E1, D1 and DA. RGB value is (225,209,218). Sum of RGB (Red+Green+Blue) = 225+209+218=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D1DA is #1E2E25. Grayscale: #D6D6D6. Windows color (decimal): -1977894 or 14340577. OLE color: 14340577.
HSL color Cylindrical-coordinate representation of color #E1D1DA: hue angle of 326.25º 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 #E1D1DA is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 209 | 218 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.12 |
| HSL | 326.25º | 0.21% | 0.85% | - |
| HSV(B) | 326.25º | 0.07% | 0.88% | - |
| XYZ | 66.51 | 66.67 | 75.69 | - |
| YUV | 214.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 209 | 218 | 0 | 0.07 | 0.03 | 0.12 | 326.25 | 0.21 | 0.85 |
| Hex | E1 | D1 | DA | 0 | 7 | 3 | C | 146 | 15 | 55 |
| Octal | 341 | 321 | 332 | 0 | 7 | 3 | 14 | 506 | 25 | 125 |
| Binary | 11100001 | 11010001 | 11011010 | 0 | 111 | 11 | 1100 | 101000110 | 10101 | 1010101 |
Color Harmonies of #E1D1DA
Complementary color
Monochromatic Colors of #E1D1DA
Black with #E1D1DA
Text Example
Text Example
White with #E1D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D1DA; }
p { color: rgb(225,209,218); }
H1.HeaderClassName
{
color: #E1D1DA;
}
.AnyTagClassName
{
color: #E1D1DA;
}
</style>
background-color css
<style>
a { background-color: #E1D1DA; }
a { background-color: rgb(225,209,218); }
div.DivClassName
{
background-color: #E1D1DA;
}
.BgClassName
{
background-color: #E1D1DA;
}
</style>
border-color css
<style>
span { border-color: #E1D1DA; }
span { border-color: rgb(225,209,218); }
td.TdClassName
{
border-color: #E1D1DA;
}
.TagClassName
{
border-color: #E1D1DA;
}
</style>