Shades of French Lilac #EAA9DF
Tints of French Lilac #EAA9DF
RGB
CMYK
RGB Variations
Color information
#EAA9DF (or 0xEAA9DF) is known color: French Lilac. HEX triplet: EA, A9 and DF. RGB value is (234,169,223). Sum of RGB (Red+Green+Blue) = 234+169+223=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9DF is #155620. Grayscale: #C2C2C2. Windows color (decimal): -1398305 or 14658026. OLE color: 14658026.
HSL color Cylindrical-coordinate representation of color #EAA9DF: hue angle of 310.15º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9DF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 223 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.08 |
| HSL | 310.15º | 0.61% | 0.79% | - |
| HSV(B) | 310.15º | 0.28% | 0.92% | - |
| XYZ | 61.44 | 51.2 | 76.46 | - |
| YUV | 194.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 223 | 0 | 0.28 | 0.05 | 0.08 | 310.15 | 0.61 | 0.79 |
| Hex | EA | A9 | DF | 0 | 1C | 5 | 8 | 136 | 3D | 4F |
| Octal | 352 | 251 | 337 | 0 | 34 | 5 | 10 | 466 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11011111 | 0 | 11100 | 101 | 1000 | 100110110 | 111101 | 1001111 |
Color Harmonies of #EAA9DF
Complementary color
Monochromatic Colors of #EAA9DF
Black with #EAA9DF
Text Example
Text Example
White with #EAA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9DF; }
p { color: rgb(234,169,223); }
H1.HeaderClassName
{
color: #EAA9DF;
}
.AnyTagClassName
{
color: #EAA9DF;
}
</style>
background-color css
<style>
a { background-color: #EAA9DF; }
a { background-color: rgb(234,169,223); }
div.DivClassName
{
background-color: #EAA9DF;
}
.BgClassName
{
background-color: #EAA9DF;
}
</style>
border-color css
<style>
span { border-color: #EAA9DF; }
span { border-color: rgb(234,169,223); }
td.TdClassName
{
border-color: #EAA9DF;
}
.TagClassName
{
border-color: #EAA9DF;
}
</style>