Shades of Prim #E1D0DC
Tints of Prim #E1D0DC
RGB
CMYK
RGB Variations
Color information
#E1D0DC (or 0xE1D0DC) is known color: Prim. HEX triplet: E1, D0 and DC. RGB value is (225,208,220). Sum of RGB (Red+Green+Blue) = 225+208+220=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0DC is #1E2F23. Grayscale: #D6D6D6. Windows color (decimal): -1978148 or 14471393. OLE color: 14471393.
HSL color Cylindrical-coordinate representation of color #E1D0DC: hue angle of 317.65º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0DC is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 220 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.12 |
| HSL | 317.65º | 0.22% | 0.85% | - |
| HSV(B) | 317.65º | 0.08% | 0.88% | - |
| XYZ | 66.53 | 66.29 | 77 | - |
| YUV | 214.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 220 | 0 | 0.08 | 0.02 | 0.12 | 317.65 | 0.22 | 0.85 |
| Hex | E1 | D0 | DC | 0 | 8 | 2 | C | 13E | 16 | 55 |
| Octal | 341 | 320 | 334 | 0 | 10 | 2 | 14 | 476 | 26 | 125 |
| Binary | 11100001 | 11010000 | 11011100 | 0 | 1000 | 10 | 1100 | 100111110 | 10110 | 1010101 |
Color Harmonies of #E1D0DC
Complementary color
Monochromatic Colors of #E1D0DC
Black with #E1D0DC
Text Example
Text Example
White with #E1D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0DC; }
p { color: rgb(225,208,220); }
H1.HeaderClassName
{
color: #E1D0DC;
}
.AnyTagClassName
{
color: #E1D0DC;
}
</style>
background-color css
<style>
a { background-color: #E1D0DC; }
a { background-color: rgb(225,208,220); }
div.DivClassName
{
background-color: #E1D0DC;
}
.BgClassName
{
background-color: #E1D0DC;
}
</style>
border-color css
<style>
span { border-color: #E1D0DC; }
span { border-color: rgb(225,208,220); }
td.TdClassName
{
border-color: #E1D0DC;
}
.TagClassName
{
border-color: #E1D0DC;
}
</style>