Shades of Prim #E1D7DA
Tints of Prim #E1D7DA
RGB
CMYK
RGB Variations
Color information
#E1D7DA (or 0xE1D7DA) is known color: Prim. HEX triplet: E1, D7 and DA. RGB value is (225,215,218). Sum of RGB (Red+Green+Blue) = 225+215+218=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D7DA is #1E2825. Grayscale: #DADADA. Windows color (decimal): -1976358 or 14342113. OLE color: 14342113.
HSL color Cylindrical-coordinate representation of color #E1D7DA: hue angle of 342º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1D7DA is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 218 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.12 |
| HSL | 342º | 0.14% | 0.86% | - |
| HSV(B) | 342º | 0.04% | 0.88% | - |
| XYZ | 68.01 | 69.67 | 76.19 | - |
| YUV | 218.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 218 | 0 | 0.04 | 0.03 | 0.12 | 342 | 0.14 | 0.86 |
| Hex | E1 | D7 | DA | 0 | 4 | 3 | C | 156 | E | 56 |
| Octal | 341 | 327 | 332 | 0 | 4 | 3 | 14 | 526 | 16 | 126 |
| Binary | 11100001 | 11010111 | 11011010 | 0 | 100 | 11 | 1100 | 101010110 | 1110 | 1010110 |
Color Harmonies of #E1D7DA
Complementary color
Monochromatic Colors of #E1D7DA
Black with #E1D7DA
Text Example
Text Example
White with #E1D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D7DA; }
p { color: rgb(225,215,218); }
H1.HeaderClassName
{
color: #E1D7DA;
}
.AnyTagClassName
{
color: #E1D7DA;
}
</style>
background-color css
<style>
a { background-color: #E1D7DA; }
a { background-color: rgb(225,215,218); }
div.DivClassName
{
background-color: #E1D7DA;
}
.BgClassName
{
background-color: #E1D7DA;
}
</style>
border-color css
<style>
span { border-color: #E1D7DA; }
span { border-color: rgb(225,215,218); }
td.TdClassName
{
border-color: #E1D7DA;
}
.TagClassName
{
border-color: #E1D7DA;
}
</style>