Shades of Amour #EEDDE3
Tints of Amour #EEDDE3
RGB
CMYK
RGB Variations
Color information
#EEDDE3 (or 0xEEDDE3) is known color: Amour. HEX triplet: EE, DD and E3. RGB value is (238,221,227). Sum of RGB (Red+Green+Blue) = 238+221+227=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDE3 is #11221C. Grayscale: #E2E2E2. Windows color (decimal): -1122845 or 14933486. OLE color: 14933486.
HSL color Cylindrical-coordinate representation of color #EEDDE3: hue angle of 338.82º degrees, saturation: 0.33, 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 #EEDDE3 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 227 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.07 |
| HSL | 338.82º | 0.33% | 0.9% | - |
| HSV(B) | 338.82º | 0.07% | 0.93% | - |
| XYZ | 74.98 | 75.44 | 83.28 | - |
| YUV | 226.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 227 | 0 | 0.07 | 0.05 | 0.07 | 338.82 | 0.33 | 0.9 |
| Hex | EE | DD | E3 | 0 | 7 | 5 | 7 | 153 | 21 | 5A |
| Octal | 356 | 335 | 343 | 0 | 7 | 5 | 7 | 523 | 41 | 132 |
| Binary | 11101110 | 11011101 | 11100011 | 0 | 111 | 101 | 111 | 101010011 | 100001 | 1011010 |
Color Harmonies of #EEDDE3
Complementary color
Monochromatic Colors of #EEDDE3
Black with #EEDDE3
Text Example
Text Example
White with #EEDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDE3; }
p { color: rgb(238,221,227); }
H1.HeaderClassName
{
color: #EEDDE3;
}
.AnyTagClassName
{
color: #EEDDE3;
}
</style>
background-color css
<style>
a { background-color: #EEDDE3; }
a { background-color: rgb(238,221,227); }
div.DivClassName
{
background-color: #EEDDE3;
}
.BgClassName
{
background-color: #EEDDE3;
}
</style>
border-color css
<style>
span { border-color: #EEDDE3; }
span { border-color: rgb(238,221,227); }
td.TdClassName
{
border-color: #EEDDE3;
}
.TagClassName
{
border-color: #EEDDE3;
}
</style>