Shades of Amour #E7DEE1
Tints of Amour #E7DEE1
RGB
CMYK
RGB Variations
Color information
#E7DEE1 (or 0xE7DEE1) is known color: Amour. HEX triplet: E7, DE and E1. RGB value is (231,222,225). Sum of RGB (Red+Green+Blue) = 231+222+225=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 222 (87.11% from 255 or 32.74% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DEE1 is #18211E. Grayscale: #E1E1E1. Windows color (decimal): -1581343 or 14802663. OLE color: 14802663.
HSL color Cylindrical-coordinate representation of color #E7DEE1: hue angle of 340º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E7DEE1 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 225 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.09 |
| HSL | 340º | 0.16% | 0.89% | - |
| HSV(B) | 340º | 0.04% | 0.91% | - |
| XYZ | 72.67 | 74.67 | 81.82 | - |
| YUV | 225.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 225 | 0 | 0.04 | 0.03 | 0.09 | 340 | 0.16 | 0.89 |
| Hex | E7 | DE | E1 | 0 | 4 | 3 | 9 | 154 | 10 | 59 |
| Octal | 347 | 336 | 341 | 0 | 4 | 3 | 11 | 524 | 20 | 131 |
| Binary | 11100111 | 11011110 | 11100001 | 0 | 100 | 11 | 1001 | 101010100 | 10000 | 1011001 |
Color Harmonies of #E7DEE1
Complementary color
Monochromatic Colors of #E7DEE1
Black with #E7DEE1
Text Example
Text Example
White with #E7DEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEE1; }
p { color: rgb(231,222,225); }
H1.HeaderClassName
{
color: #E7DEE1;
}
.AnyTagClassName
{
color: #E7DEE1;
}
</style>
background-color css
<style>
a { background-color: #E7DEE1; }
a { background-color: rgb(231,222,225); }
div.DivClassName
{
background-color: #E7DEE1;
}
.BgClassName
{
background-color: #E7DEE1;
}
</style>
border-color css
<style>
span { border-color: #E7DEE1; }
span { border-color: rgb(231,222,225); }
td.TdClassName
{
border-color: #E7DEE1;
}
.TagClassName
{
border-color: #E7DEE1;
}
</style>