Shades of Amour #EEDEE3
Tints of Amour #EEDEE3
RGB
CMYK
RGB Variations
Color information
#EEDEE3 (or 0xEEDEE3) is known color: Amour. HEX triplet: EE, DE and E3. RGB value is (238,222,227). Sum of RGB (Red+Green+Blue) = 238+222+227=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 222 (87.11% from 255 or 32.31% from 687); Blue value is 227 (89.06% from 255 or 33.04% from 687); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDEE3 is #11211C. Grayscale: #E3E3E3. Windows color (decimal): -1122589 or 14933742. OLE color: 14933742.
HSL color Cylindrical-coordinate representation of color #EEDEE3: hue angle of 341.25º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDEE3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 227 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.07 |
| HSL | 341.25º | 0.32% | 0.9% | - |
| HSV(B) | 341.25º | 0.07% | 0.93% | - |
| XYZ | 75.25 | 75.97 | 83.37 | - |
| YUV | 227.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 227 | 0 | 0.07 | 0.05 | 0.07 | 341.25 | 0.32 | 0.9 |
| Hex | EE | DE | E3 | 0 | 7 | 5 | 7 | 155 | 20 | 5A |
| Octal | 356 | 336 | 343 | 0 | 7 | 5 | 7 | 525 | 40 | 132 |
| Binary | 11101110 | 11011110 | 11100011 | 0 | 111 | 101 | 111 | 101010101 | 100000 | 1011010 |
Color Harmonies of #EEDEE3
Complementary color
Monochromatic Colors of #EEDEE3
Black with #EEDEE3
Text Example
Text Example
White with #EEDEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEE3; }
p { color: rgb(238,222,227); }
H1.HeaderClassName
{
color: #EEDEE3;
}
.AnyTagClassName
{
color: #EEDEE3;
}
</style>
background-color css
<style>
a { background-color: #EEDEE3; }
a { background-color: rgb(238,222,227); }
div.DivClassName
{
background-color: #EEDEE3;
}
.BgClassName
{
background-color: #EEDEE3;
}
</style>
border-color css
<style>
span { border-color: #EEDEE3; }
span { border-color: rgb(238,222,227); }
td.TdClassName
{
border-color: #EEDEE3;
}
.TagClassName
{
border-color: #EEDEE3;
}
</style>