Shades of French Lilac #EAACD9
Tints of French Lilac #EAACD9
RGB
CMYK
RGB Variations
Color information
#EAACD9 (or 0xEAACD9) is known color: French Lilac. HEX triplet: EA, AC and D9. RGB value is (234,172,217). Sum of RGB (Red+Green+Blue) = 234+172+217=623 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.56% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD9 is #155326. Grayscale: #C3C3C3. Windows color (decimal): -1397543 or 14265578. OLE color: 14265578.
HSL color Cylindrical-coordinate representation of color #EAACD9: hue angle of 316.45º degrees, saturation: 0.6, 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 #EAACD9 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 217 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.08 |
| HSL | 316.45º | 0.6% | 0.8% | - |
| HSV(B) | 316.45º | 0.26% | 0.92% | - |
| XYZ | 61.21 | 52.01 | 72.46 | - |
| YUV | 195.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 217 | 0 | 0.26 | 0.07 | 0.08 | 316.45 | 0.6 | 0.8 |
| Hex | EA | AC | D9 | 0 | 1A | 7 | 8 | 13C | 3C | 50 |
| Octal | 352 | 254 | 331 | 0 | 32 | 7 | 10 | 474 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11011001 | 0 | 11010 | 111 | 1000 | 100111100 | 111100 | 1010000 |
Color Harmonies of #EAACD9
Complementary color
Monochromatic Colors of #EAACD9
Black with #EAACD9
Text Example
Text Example
White with #EAACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACD9; }
p { color: rgb(234,172,217); }
H1.HeaderClassName
{
color: #EAACD9;
}
.AnyTagClassName
{
color: #EAACD9;
}
</style>
background-color css
<style>
a { background-color: #EAACD9; }
a { background-color: rgb(234,172,217); }
div.DivClassName
{
background-color: #EAACD9;
}
.BgClassName
{
background-color: #EAACD9;
}
</style>
border-color css
<style>
span { border-color: #EAACD9; }
span { border-color: rgb(234,172,217); }
td.TdClassName
{
border-color: #EAACD9;
}
.TagClassName
{
border-color: #EAACD9;
}
</style>