Shades of French Lilac #EAAED8
Tints of French Lilac #EAAED8
RGB
CMYK
RGB Variations
Color information
#EAAED8 (or 0xEAAED8) is known color: French Lilac. HEX triplet: EA, AE and D8. RGB value is (234,174,216). Sum of RGB (Red+Green+Blue) = 234+174+216=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAED8 is #155127. Grayscale: #C4C4C4. Windows color (decimal): -1397032 or 14200554. OLE color: 14200554.
HSL color Cylindrical-coordinate representation of color #EAAED8: hue angle of 318º 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 #EAAED8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 216 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.08 |
| HSL | 318º | 0.59% | 0.8% | - |
| HSV(B) | 318º | 0.26% | 0.92% | - |
| XYZ | 61.46 | 52.72 | 71.9 | - |
| YUV | 196.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 216 | 0 | 0.26 | 0.08 | 0.08 | 318 | 0.59 | 0.8 |
| Hex | EA | AE | D8 | 0 | 1A | 8 | 8 | 13E | 3B | 50 |
| Octal | 352 | 256 | 330 | 0 | 32 | 10 | 10 | 476 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11011000 | 0 | 11010 | 1000 | 1000 | 100111110 | 111011 | 1010000 |
Color Harmonies of #EAAED8
Complementary color
Monochromatic Colors of #EAAED8
Black with #EAAED8
Text Example
Text Example
White with #EAAED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAED8; }
p { color: rgb(234,174,216); }
H1.HeaderClassName
{
color: #EAAED8;
}
.AnyTagClassName
{
color: #EAAED8;
}
</style>
background-color css
<style>
a { background-color: #EAAED8; }
a { background-color: rgb(234,174,216); }
div.DivClassName
{
background-color: #EAAED8;
}
.BgClassName
{
background-color: #EAAED8;
}
</style>
border-color css
<style>
span { border-color: #EAAED8; }
span { border-color: rgb(234,174,216); }
td.TdClassName
{
border-color: #EAAED8;
}
.TagClassName
{
border-color: #EAAED8;
}
</style>