Shades of French Lilac #EAAFDA
Tints of French Lilac #EAAFDA
RGB
CMYK
RGB Variations
Color information
#EAAFDA (or 0xEAAFDA) is known color: French Lilac. HEX triplet: EA, AF and DA. RGB value is (234,175,218). Sum of RGB (Red+Green+Blue) = 234+175+218=627 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.32% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAFDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAFDA is #155025. Grayscale: #C5C5C5. Windows color (decimal): -1396774 or 14331882. OLE color: 14331882.
HSL color Cylindrical-coordinate representation of color #EAAFDA: hue angle of 316.27º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAAFDA is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 218 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.08 |
| HSL | 316.27º | 0.58% | 0.8% | - |
| HSV(B) | 316.27º | 0.25% | 0.92% | - |
| XYZ | 61.92 | 53.21 | 73.34 | - |
| YUV | 197.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 218 | 0 | 0.25 | 0.07 | 0.08 | 316.27 | 0.58 | 0.8 |
| Hex | EA | AF | DA | 0 | 19 | 7 | 8 | 13C | 3A | 50 |
| Octal | 352 | 257 | 332 | 0 | 31 | 7 | 10 | 474 | 72 | 120 |
| Binary | 11101010 | 10101111 | 11011010 | 0 | 11001 | 111 | 1000 | 100111100 | 111010 | 1010000 |
Color Harmonies of #EAAFDA
Complementary color
Monochromatic Colors of #EAAFDA
Black with #EAAFDA
Text Example
Text Example
White with #EAAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAFDA; }
p { color: rgb(234,175,218); }
H1.HeaderClassName
{
color: #EAAFDA;
}
.AnyTagClassName
{
color: #EAAFDA;
}
</style>
background-color css
<style>
a { background-color: #EAAFDA; }
a { background-color: rgb(234,175,218); }
div.DivClassName
{
background-color: #EAAFDA;
}
.BgClassName
{
background-color: #EAAFDA;
}
</style>
border-color css
<style>
span { border-color: #EAAFDA; }
span { border-color: rgb(234,175,218); }
td.TdClassName
{
border-color: #EAAFDA;
}
.TagClassName
{
border-color: #EAAFDA;
}
</style>