Shades of Prim #E1D6DD
Tints of Prim #E1D6DD
RGB
CMYK
RGB Variations
Color information
#E1D6DD (or 0xE1D6DD) is known color: Prim. HEX triplet: E1, D6 and DD. RGB value is (225,214,221). Sum of RGB (Red+Green+Blue) = 225+214+221=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6DD is #1E2922. Grayscale: #DADADA. Windows color (decimal): -1976611 or 14538465. OLE color: 14538465.
HSL color Cylindrical-coordinate representation of color #E1D6DD: hue angle of 321.82º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1D6DD is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 221 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.12 |
| HSL | 321.82º | 0.15% | 0.86% | - |
| HSV(B) | 321.82º | 0.05% | 0.88% | - |
| XYZ | 68.15 | 69.32 | 78.2 | - |
| YUV | 218.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 221 | 0 | 0.05 | 0.02 | 0.12 | 321.82 | 0.15 | 0.86 |
| Hex | E1 | D6 | DD | 0 | 5 | 2 | C | 142 | F | 56 |
| Octal | 341 | 326 | 335 | 0 | 5 | 2 | 14 | 502 | 17 | 126 |
| Binary | 11100001 | 11010110 | 11011101 | 0 | 101 | 10 | 1100 | 101000010 | 1111 | 1010110 |
Color Harmonies of #E1D6DD
Complementary color
Monochromatic Colors of #E1D6DD
Black with #E1D6DD
Text Example
Text Example
White with #E1D6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6DD; }
p { color: rgb(225,214,221); }
H1.HeaderClassName
{
color: #E1D6DD;
}
.AnyTagClassName
{
color: #E1D6DD;
}
</style>
background-color css
<style>
a { background-color: #E1D6DD; }
a { background-color: rgb(225,214,221); }
div.DivClassName
{
background-color: #E1D6DD;
}
.BgClassName
{
background-color: #E1D6DD;
}
</style>
border-color css
<style>
span { border-color: #E1D6DD; }
span { border-color: rgb(225,214,221); }
td.TdClassName
{
border-color: #E1D6DD;
}
.TagClassName
{
border-color: #E1D6DD;
}
</style>