Shades of French Lilac #EAA8DF
Tints of French Lilac #EAA8DF
RGB
CMYK
RGB Variations
Color information
#EAA8DF (or 0xEAA8DF) is known color: French Lilac. HEX triplet: EA, A8 and DF. RGB value is (234,168,223). Sum of RGB (Red+Green+Blue) = 234+168+223=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA8DF is #155720. Grayscale: #C1C1C1. Windows color (decimal): -1398561 or 14657770. OLE color: 14657770.
HSL color Cylindrical-coordinate representation of color #EAA8DF: hue angle of 310º 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 #EAA8DF is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 168 | 223 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.08 |
| HSL | 310º | 0.61% | 0.79% | - |
| HSV(B) | 310º | 0.28% | 0.92% | - |
| XYZ | 61.25 | 50.83 | 76.39 | - |
| YUV | 194 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 168 | 223 | 0 | 0.28 | 0.05 | 0.08 | 310 | 0.61 | 0.79 |
| Hex | EA | A8 | DF | 0 | 1C | 5 | 8 | 136 | 3D | 4F |
| Octal | 352 | 250 | 337 | 0 | 34 | 5 | 10 | 466 | 75 | 117 |
| Binary | 11101010 | 10101000 | 11011111 | 0 | 11100 | 101 | 1000 | 100110110 | 111101 | 1001111 |
Color Harmonies of #EAA8DF
Complementary color
Monochromatic Colors of #EAA8DF
Black with #EAA8DF
Text Example
Text Example
White with #EAA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA8DF; }
p { color: rgb(234,168,223); }
H1.HeaderClassName
{
color: #EAA8DF;
}
.AnyTagClassName
{
color: #EAA8DF;
}
</style>
background-color css
<style>
a { background-color: #EAA8DF; }
a { background-color: rgb(234,168,223); }
div.DivClassName
{
background-color: #EAA8DF;
}
.BgClassName
{
background-color: #EAA8DF;
}
</style>
border-color css
<style>
span { border-color: #EAA8DF; }
span { border-color: rgb(234,168,223); }
td.TdClassName
{
border-color: #EAA8DF;
}
.TagClassName
{
border-color: #EAA8DF;
}
</style>