Shades of Prim #E1D2DC
Tints of Prim #E1D2DC
RGB
CMYK
RGB Variations
Color information
#E1D2DC (or 0xE1D2DC) is known color: Prim. HEX triplet: E1, D2 and DC. RGB value is (225,210,220). Sum of RGB (Red+Green+Blue) = 225+210+220=655 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.35% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D2DC is #1E2D23. Grayscale: #D7D7D7. Windows color (decimal): -1977636 or 14471905. OLE color: 14471905.
HSL color Cylindrical-coordinate representation of color #E1D2DC: hue angle of 320º 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 #E1D2DC is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 220 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.12 |
| HSL | 320º | 0.2% | 0.85% | - |
| HSV(B) | 320º | 0.07% | 0.88% | - |
| XYZ | 67.02 | 67.27 | 77.16 | - |
| YUV | 215.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 220 | 0 | 0.07 | 0.02 | 0.12 | 320 | 0.2 | 0.85 |
| Hex | E1 | D2 | DC | 0 | 7 | 2 | C | 140 | 14 | 55 |
| Octal | 341 | 322 | 334 | 0 | 7 | 2 | 14 | 500 | 24 | 125 |
| Binary | 11100001 | 11010010 | 11011100 | 0 | 111 | 10 | 1100 | 101000000 | 10100 | 1010101 |
Color Harmonies of #E1D2DC
Complementary color
Monochromatic Colors of #E1D2DC
Black with #E1D2DC
Text Example
Text Example
White with #E1D2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D2DC; }
p { color: rgb(225,210,220); }
H1.HeaderClassName
{
color: #E1D2DC;
}
.AnyTagClassName
{
color: #E1D2DC;
}
</style>
background-color css
<style>
a { background-color: #E1D2DC; }
a { background-color: rgb(225,210,220); }
div.DivClassName
{
background-color: #E1D2DC;
}
.BgClassName
{
background-color: #E1D2DC;
}
</style>
border-color css
<style>
span { border-color: #E1D2DC; }
span { border-color: rgb(225,210,220); }
td.TdClassName
{
border-color: #E1D2DC;
}
.TagClassName
{
border-color: #E1D2DC;
}
</style>