Shades of French Lilac #EAAED9
Tints of French Lilac #EAAED9
RGB
CMYK
RGB Variations
Color information
#EAAED9 (or 0xEAAED9) is known color: French Lilac. HEX triplet: EA, AE and D9. RGB value is (234,174,217). Sum of RGB (Red+Green+Blue) = 234+174+217=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 217 (85.16% from 255 or 34.72% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED9 is #155126. Grayscale: #C4C4C4. Windows color (decimal): -1397031 or 14266090. OLE color: 14266090.
HSL color Cylindrical-coordinate representation of color #EAAED9: hue angle of 317º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAED9 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 217 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.08 |
| HSL | 317º | 0.59% | 0.8% | - |
| HSV(B) | 317º | 0.26% | 0.92% | - |
| XYZ | 61.59 | 52.77 | 72.59 | - |
| YUV | 196.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 217 | 0 | 0.26 | 0.07 | 0.08 | 317 | 0.59 | 0.8 |
| Hex | EA | AE | D9 | 0 | 1A | 7 | 8 | 13D | 3B | 50 |
| Octal | 352 | 256 | 331 | 0 | 32 | 7 | 10 | 475 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11011001 | 0 | 11010 | 111 | 1000 | 100111101 | 111011 | 1010000 |
Color Harmonies of #EAAED9
Complementary color
Monochromatic Colors of #EAAED9
Black with #EAAED9
Text Example
Text Example
White with #EAAED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAED9; }
p { color: rgb(234,174,217); }
H1.HeaderClassName
{
color: #EAAED9;
}
.AnyTagClassName
{
color: #EAAED9;
}
</style>
background-color css
<style>
a { background-color: #EAAED9; }
a { background-color: rgb(234,174,217); }
div.DivClassName
{
background-color: #EAAED9;
}
.BgClassName
{
background-color: #EAAED9;
}
</style>
border-color css
<style>
span { border-color: #EAAED9; }
span { border-color: rgb(234,174,217); }
td.TdClassName
{
border-color: #EAAED9;
}
.TagClassName
{
border-color: #EAAED9;
}
</style>