Shades of Prim #E1D4D8
Tints of Prim #E1D4D8
RGB
CMYK
RGB Variations
Color information
#E1D4D8 (or 0xE1D4D8) is known color: Prim. HEX triplet: E1, D4 and D8. RGB value is (225,212,216). Sum of RGB (Red+Green+Blue) = 225+212+216=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4D8 is #1E2B27. Grayscale: #D8D8D8. Windows color (decimal): -1977128 or 14210273. OLE color: 14210273.
HSL color Cylindrical-coordinate representation of color #E1D4D8: hue angle of 341.54º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E1D4D8 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 216 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.12 |
| HSL | 341.54º | 0.18% | 0.86% | - |
| HSV(B) | 341.54º | 0.06% | 0.88% | - |
| XYZ | 66.99 | 68.05 | 74.57 | - |
| YUV | 216.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 216 | 0 | 0.06 | 0.04 | 0.12 | 341.54 | 0.18 | 0.86 |
| Hex | E1 | D4 | D8 | 0 | 6 | 4 | C | 156 | 12 | 56 |
| Octal | 341 | 324 | 330 | 0 | 6 | 4 | 14 | 526 | 22 | 126 |
| Binary | 11100001 | 11010100 | 11011000 | 0 | 110 | 100 | 1100 | 101010110 | 10010 | 1010110 |
Color Harmonies of #E1D4D8
Complementary color
Monochromatic Colors of #E1D4D8
Black with #E1D4D8
Text Example
Text Example
White with #E1D4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4D8; }
p { color: rgb(225,212,216); }
H1.HeaderClassName
{
color: #E1D4D8;
}
.AnyTagClassName
{
color: #E1D4D8;
}
</style>
background-color css
<style>
a { background-color: #E1D4D8; }
a { background-color: rgb(225,212,216); }
div.DivClassName
{
background-color: #E1D4D8;
}
.BgClassName
{
background-color: #E1D4D8;
}
</style>
border-color css
<style>
span { border-color: #E1D4D8; }
span { border-color: rgb(225,212,216); }
td.TdClassName
{
border-color: #E1D4D8;
}
.TagClassName
{
border-color: #E1D4D8;
}
</style>