Shades of French Lilac #EAAADD
Tints of French Lilac #EAAADD
RGB
CMYK
RGB Variations
Color information
#EAAADD (or 0xEAAADD) is known color: French Lilac. HEX triplet: EA, AA and DD. RGB value is (234,170,221). Sum of RGB (Red+Green+Blue) = 234+170+221=625 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.44% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAADD is #155522. Grayscale: #C2C2C2. Windows color (decimal): -1398051 or 14527210. OLE color: 14527210.
HSL color Cylindrical-coordinate representation of color #EAAADD: hue angle of 312.19º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAAADD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 221 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.08 |
| HSL | 312.19º | 0.6% | 0.79% | - |
| HSV(B) | 312.19º | 0.27% | 0.92% | - |
| XYZ | 61.36 | 51.46 | 75.11 | - |
| YUV | 194.95 | 142.7 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 221 | 0 | 0.27 | 0.06 | 0.08 | 312.19 | 0.6 | 0.79 |
| Hex | EA | AA | DD | 0 | 1B | 6 | 8 | 138 | 3C | 4F |
| Octal | 352 | 252 | 335 | 0 | 33 | 6 | 10 | 470 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11011101 | 0 | 11011 | 110 | 1000 | 100111000 | 111100 | 1001111 |
Color Harmonies of #EAAADD
Complementary color
Monochromatic Colors of #EAAADD
Black with #EAAADD
Text Example
Text Example
White with #EAAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAADD; }
p { color: rgb(234,170,221); }
H1.HeaderClassName
{
color: #EAAADD;
}
.AnyTagClassName
{
color: #EAAADD;
}
</style>
background-color css
<style>
a { background-color: #EAAADD; }
a { background-color: rgb(234,170,221); }
div.DivClassName
{
background-color: #EAAADD;
}
.BgClassName
{
background-color: #EAAADD;
}
</style>
border-color css
<style>
span { border-color: #EAAADD; }
span { border-color: rgb(234,170,221); }
td.TdClassName
{
border-color: #EAAADD;
}
.TagClassName
{
border-color: #EAAADD;
}
</style>