Shades of Prim #E1D4DC
Tints of Prim #E1D4DC
RGB
CMYK
RGB Variations
Color information
#E1D4DC (or 0xE1D4DC) is known color: Prim. HEX triplet: E1, D4 and DC. RGB value is (225,212,220). Sum of RGB (Red+Green+Blue) = 225+212+220=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4DC is #1E2B23. Grayscale: #D8D8D8. Windows color (decimal): -1977124 or 14472417. OLE color: 14472417.
HSL color Cylindrical-coordinate representation of color #E1D4DC: hue angle of 323.08º 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 #E1D4DC is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 220 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.12 |
| HSL | 323.08º | 0.18% | 0.86% | - |
| HSV(B) | 323.08º | 0.06% | 0.88% | - |
| XYZ | 67.51 | 68.26 | 77.33 | - |
| YUV | 216.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 220 | 0 | 0.06 | 0.02 | 0.12 | 323.08 | 0.18 | 0.86 |
| Hex | E1 | D4 | DC | 0 | 6 | 2 | C | 143 | 12 | 56 |
| Octal | 341 | 324 | 334 | 0 | 6 | 2 | 14 | 503 | 22 | 126 |
| Binary | 11100001 | 11010100 | 11011100 | 0 | 110 | 10 | 1100 | 101000011 | 10010 | 1010110 |
Color Harmonies of #E1D4DC
Complementary color
Monochromatic Colors of #E1D4DC
Black with #E1D4DC
Text Example
Text Example
White with #E1D4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D4DC; }
p { color: rgb(225,212,220); }
H1.HeaderClassName
{
color: #E1D4DC;
}
.AnyTagClassName
{
color: #E1D4DC;
}
</style>
background-color css
<style>
a { background-color: #E1D4DC; }
a { background-color: rgb(225,212,220); }
div.DivClassName
{
background-color: #E1D4DC;
}
.BgClassName
{
background-color: #E1D4DC;
}
</style>
border-color css
<style>
span { border-color: #E1D4DC; }
span { border-color: rgb(225,212,220); }
td.TdClassName
{
border-color: #E1D4DC;
}
.TagClassName
{
border-color: #E1D4DC;
}
</style>