Shades of French Lilac #EAAADC
Tints of French Lilac #EAAADC
RGB
CMYK
RGB Variations
Color information
#EAAADC (or 0xEAAADC) is known color: French Lilac. HEX triplet: EA, AA and DC. RGB value is (234,170,220). Sum of RGB (Red+Green+Blue) = 234+170+220=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 170 (66.80% from 255 or 27.24% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAADC is #155523. Grayscale: #C2C2C2. Windows color (decimal): -1398052 or 14461674. OLE color: 14461674.
HSL color Cylindrical-coordinate representation of color #EAAADC: hue angle of 313.12º 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 #EAAADC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 220 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.08 |
| HSL | 313.13º | 0.6% | 0.79% | - |
| HSV(B) | 313.13º | 0.27% | 0.92% | - |
| XYZ | 61.22 | 51.41 | 74.41 | - |
| YUV | 194.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 220 | 0 | 0.27 | 0.06 | 0.08 | 313.13 | 0.6 | 0.79 |
| Hex | EA | AA | DC | 0 | 1B | 6 | 8 | 139 | 3C | 4F |
| Octal | 352 | 252 | 334 | 0 | 33 | 6 | 10 | 471 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11011100 | 0 | 11011 | 110 | 1000 | 100111001 | 111100 | 1001111 |
Color Harmonies of #EAAADC
Complementary color
Monochromatic Colors of #EAAADC
Black with #EAAADC
Text Example
Text Example
White with #EAAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAADC; }
p { color: rgb(234,170,220); }
H1.HeaderClassName
{
color: #EAAADC;
}
.AnyTagClassName
{
color: #EAAADC;
}
</style>
background-color css
<style>
a { background-color: #EAAADC; }
a { background-color: rgb(234,170,220); }
div.DivClassName
{
background-color: #EAAADC;
}
.BgClassName
{
background-color: #EAAADC;
}
</style>
border-color css
<style>
span { border-color: #EAAADC; }
span { border-color: rgb(234,170,220); }
td.TdClassName
{
border-color: #EAAADC;
}
.TagClassName
{
border-color: #EAAADC;
}
</style>