Shades of Amour #EEDFE3
Tints of Amour #EEDFE3
RGB
CMYK
RGB Variations
Color information
#EEDFE3 (or 0xEEDFE3) is known color: Amour. HEX triplet: EE, DF and E3. RGB value is (238,223,227). Sum of RGB (Red+Green+Blue) = 238+223+227=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 223 (87.5% from 255 or 32.41% from 688); Blue value is 227 (89.06% from 255 or 32.99% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFE3 is #11201C. Grayscale: #E3E3E3. Windows color (decimal): -1122333 or 14933998. OLE color: 14933998.
HSL color Cylindrical-coordinate representation of color #EEDFE3: hue angle of 344º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEDFE3 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 223 | 227 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.07 |
| HSL | 344º | 0.31% | 0.9% | - |
| HSV(B) | 344º | 0.06% | 0.93% | - |
| XYZ | 75.51 | 76.5 | 83.46 | - |
| YUV | 227.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 223 | 227 | 0 | 0.06 | 0.05 | 0.07 | 344 | 0.31 | 0.9 |
| Hex | EE | DF | E3 | 0 | 6 | 5 | 7 | 158 | 1F | 5A |
| Octal | 356 | 337 | 343 | 0 | 6 | 5 | 7 | 530 | 37 | 132 |
| Binary | 11101110 | 11011111 | 11100011 | 0 | 110 | 101 | 111 | 101011000 | 11111 | 1011010 |
Color Harmonies of #EEDFE3
Complementary color
Monochromatic Colors of #EEDFE3
Black with #EEDFE3
Text Example
Text Example
White with #EEDFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFE3; }
p { color: rgb(238,223,227); }
H1.HeaderClassName
{
color: #EEDFE3;
}
.AnyTagClassName
{
color: #EEDFE3;
}
</style>
background-color css
<style>
a { background-color: #EEDFE3; }
a { background-color: rgb(238,223,227); }
div.DivClassName
{
background-color: #EEDFE3;
}
.BgClassName
{
background-color: #EEDFE3;
}
</style>
border-color css
<style>
span { border-color: #EEDFE3; }
span { border-color: rgb(238,223,227); }
td.TdClassName
{
border-color: #EEDFE3;
}
.TagClassName
{
border-color: #EEDFE3;
}
</style>