Shades of French Lilac #EAAEDC
Tints of French Lilac #EAAEDC
RGB
CMYK
RGB Variations
Color information
#EAAEDC (or 0xEAAEDC) is known color: French Lilac. HEX triplet: EA, AE and DC. RGB value is (234,174,220). Sum of RGB (Red+Green+Blue) = 234+174+220=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDC is #155123. Grayscale: #C5C5C5. Windows color (decimal): -1397028 or 14462698. OLE color: 14462698.
HSL color Cylindrical-coordinate representation of color #EAAEDC: hue angle of 314º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAAEDC is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 220 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.08 |
| HSL | 314º | 0.59% | 0.8% | - |
| HSV(B) | 314º | 0.26% | 0.92% | - |
| XYZ | 61.99 | 52.93 | 74.66 | - |
| YUV | 197.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 220 | 0 | 0.26 | 0.06 | 0.08 | 314 | 0.59 | 0.8 |
| Hex | EA | AE | DC | 0 | 1A | 6 | 8 | 13A | 3B | 50 |
| Octal | 352 | 256 | 334 | 0 | 32 | 6 | 10 | 472 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11011100 | 0 | 11010 | 110 | 1000 | 100111010 | 111011 | 1010000 |
Color Harmonies of #EAAEDC
Complementary color
Monochromatic Colors of #EAAEDC
Black with #EAAEDC
Text Example
Text Example
White with #EAAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEDC; }
p { color: rgb(234,174,220); }
H1.HeaderClassName
{
color: #EAAEDC;
}
.AnyTagClassName
{
color: #EAAEDC;
}
</style>
background-color css
<style>
a { background-color: #EAAEDC; }
a { background-color: rgb(234,174,220); }
div.DivClassName
{
background-color: #EAAEDC;
}
.BgClassName
{
background-color: #EAAEDC;
}
</style>
border-color css
<style>
span { border-color: #EAAEDC; }
span { border-color: rgb(234,174,220); }
td.TdClassName
{
border-color: #EAAEDC;
}
.TagClassName
{
border-color: #EAAEDC;
}
</style>