Shades of Amour #EADFE3
Tints of Amour #EADFE3
RGB
CMYK
RGB Variations
Color information
#EADFE3 (or 0xEADFE3) is known color: Amour. HEX triplet: EA, DF and E3. RGB value is (234,223,227). Sum of RGB (Red+Green+Blue) = 234+223+227=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 227 (89.06% from 255 or 33.19% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADFE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADFE3 is #15201C. Grayscale: #E2E2E2. Windows color (decimal): -1384477 or 14933994. OLE color: 14933994.
HSL color Cylindrical-coordinate representation of color #EADFE3: hue angle of 338.18º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADFE3 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 227 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.08 |
| HSL | 338.18º | 0.21% | 0.9% | - |
| HSV(B) | 338.18º | 0.05% | 0.92% | - |
| XYZ | 74.18 | 75.81 | 83.4 | - |
| YUV | 226.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 227 | 0 | 0.05 | 0.03 | 0.08 | 338.18 | 0.21 | 0.9 |
| Hex | EA | DF | E3 | 0 | 5 | 3 | 8 | 152 | 15 | 5A |
| Octal | 352 | 337 | 343 | 0 | 5 | 3 | 10 | 522 | 25 | 132 |
| Binary | 11101010 | 11011111 | 11100011 | 0 | 101 | 11 | 1000 | 101010010 | 10101 | 1011010 |
Color Harmonies of #EADFE3
Complementary color
Monochromatic Colors of #EADFE3
Black with #EADFE3
Text Example
Text Example
White with #EADFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADFE3; }
p { color: rgb(234,223,227); }
H1.HeaderClassName
{
color: #EADFE3;
}
.AnyTagClassName
{
color: #EADFE3;
}
</style>
background-color css
<style>
a { background-color: #EADFE3; }
a { background-color: rgb(234,223,227); }
div.DivClassName
{
background-color: #EADFE3;
}
.BgClassName
{
background-color: #EADFE3;
}
</style>
border-color css
<style>
span { border-color: #EADFE3; }
span { border-color: rgb(234,223,227); }
td.TdClassName
{
border-color: #EADFE3;
}
.TagClassName
{
border-color: #EADFE3;
}
</style>