Shades of Amour #E8DFE2
Tints of Amour #E8DFE2
RGB
CMYK
RGB Variations
Color information
#E8DFE2 (or 0xE8DFE2) is known color: Amour. HEX triplet: E8, DF and E2. RGB value is (232,223,226). Sum of RGB (Red+Green+Blue) = 232+223+226=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8DFE2 is #17201D. Grayscale: #E2E2E2. Windows color (decimal): -1515550 or 14868456. OLE color: 14868456.
HSL color Cylindrical-coordinate representation of color #E8DFE2: 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 #E8DFE2 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 223 | 226 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.09 |
| HSL | 340º | 0.16% | 0.89% | - |
| HSV(B) | 340º | 0.04% | 0.91% | - |
| XYZ | 73.39 | 75.42 | 82.64 | - |
| YUV | 226.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 223 | 226 | 0 | 0.04 | 0.03 | 0.09 | 340 | 0.16 | 0.89 |
| Hex | E8 | DF | E2 | 0 | 4 | 3 | 9 | 154 | 10 | 59 |
| Octal | 350 | 337 | 342 | 0 | 4 | 3 | 11 | 524 | 20 | 131 |
| Binary | 11101000 | 11011111 | 11100010 | 0 | 100 | 11 | 1001 | 101010100 | 10000 | 1011001 |
Color Harmonies of #E8DFE2
Complementary color
Monochromatic Colors of #E8DFE2
Black with #E8DFE2
Text Example
Text Example
White with #E8DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8DFE2; }
p { color: rgb(232,223,226); }
H1.HeaderClassName
{
color: #E8DFE2;
}
.AnyTagClassName
{
color: #E8DFE2;
}
</style>
background-color css
<style>
a { background-color: #E8DFE2; }
a { background-color: rgb(232,223,226); }
div.DivClassName
{
background-color: #E8DFE2;
}
.BgClassName
{
background-color: #E8DFE2;
}
</style>
border-color css
<style>
span { border-color: #E8DFE2; }
span { border-color: rgb(232,223,226); }
td.TdClassName
{
border-color: #E8DFE2;
}
.TagClassName
{
border-color: #E8DFE2;
}
</style>