Shades of Amour #EEDCE2
Tints of Amour #EEDCE2
RGB
CMYK
RGB Variations
Color information
#EEDCE2 (or 0xEEDCE2) is known color: Amour. HEX triplet: EE, DC and E2. RGB value is (238,220,226). Sum of RGB (Red+Green+Blue) = 238+220+226=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDCE2 is #11231D. Grayscale: #E2E2E2. Windows color (decimal): -1123102 or 14867694. OLE color: 14867694.
HSL color Cylindrical-coordinate representation of color #EEDCE2: hue angle of 340º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCE2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 226 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.07 |
| HSL | 340º | 0.35% | 0.9% | - |
| HSV(B) | 340º | 0.08% | 0.93% | - |
| XYZ | 74.58 | 74.85 | 82.47 | - |
| YUV | 226.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 226 | 0 | 0.08 | 0.05 | 0.07 | 340 | 0.35 | 0.9 |
| Hex | EE | DC | E2 | 0 | 8 | 5 | 7 | 154 | 23 | 5A |
| Octal | 356 | 334 | 342 | 0 | 10 | 5 | 7 | 524 | 43 | 132 |
| Binary | 11101110 | 11011100 | 11100010 | 0 | 1000 | 101 | 111 | 101010100 | 100011 | 1011010 |
Color Harmonies of #EEDCE2
Complementary color
Monochromatic Colors of #EEDCE2
Black with #EEDCE2
Text Example
Text Example
White with #EEDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDCE2; }
p { color: rgb(238,220,226); }
H1.HeaderClassName
{
color: #EEDCE2;
}
.AnyTagClassName
{
color: #EEDCE2;
}
</style>
background-color css
<style>
a { background-color: #EEDCE2; }
a { background-color: rgb(238,220,226); }
div.DivClassName
{
background-color: #EEDCE2;
}
.BgClassName
{
background-color: #EEDCE2;
}
</style>
border-color css
<style>
span { border-color: #EEDCE2; }
span { border-color: rgb(238,220,226); }
td.TdClassName
{
border-color: #EEDCE2;
}
.TagClassName
{
border-color: #EEDCE2;
}
</style>