Shades of French Lilac #EAA9DD
Tints of French Lilac #EAA9DD
RGB
CMYK
RGB Variations
Color information
#EAA9DD (or 0xEAA9DD) is known color: French Lilac. HEX triplet: EA, A9 and DD. RGB value is (234,169,221). Sum of RGB (Red+Green+Blue) = 234+169+221=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9DD is #155622. Grayscale: #C2C2C2. Windows color (decimal): -1398307 or 14526954. OLE color: 14526954.
HSL color Cylindrical-coordinate representation of color #EAA9DD: hue angle of 312º 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 #EAA9DD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 221 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.08 |
| HSL | 312º | 0.61% | 0.79% | - |
| HSV(B) | 312º | 0.28% | 0.92% | - |
| XYZ | 61.17 | 51.09 | 75.04 | - |
| YUV | 194.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 221 | 0 | 0.28 | 0.06 | 0.08 | 312 | 0.61 | 0.79 |
| Hex | EA | A9 | DD | 0 | 1C | 6 | 8 | 138 | 3D | 4F |
| Octal | 352 | 251 | 335 | 0 | 34 | 6 | 10 | 470 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11011101 | 0 | 11100 | 110 | 1000 | 100111000 | 111101 | 1001111 |
Color Harmonies of #EAA9DD
Complementary color
Monochromatic Colors of #EAA9DD
Black with #EAA9DD
Text Example
Text Example
White with #EAA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9DD; }
p { color: rgb(234,169,221); }
H1.HeaderClassName
{
color: #EAA9DD;
}
.AnyTagClassName
{
color: #EAA9DD;
}
</style>
background-color css
<style>
a { background-color: #EAA9DD; }
a { background-color: rgb(234,169,221); }
div.DivClassName
{
background-color: #EAA9DD;
}
.BgClassName
{
background-color: #EAA9DD;
}
</style>
border-color css
<style>
span { border-color: #EAA9DD; }
span { border-color: rgb(234,169,221); }
td.TdClassName
{
border-color: #EAA9DD;
}
.TagClassName
{
border-color: #EAA9DD;
}
</style>