Shades of French Lilac #EAACD8
Tints of French Lilac #EAACD8
RGB
CMYK
RGB Variations
Color information
#EAACD8 (or 0xEAACD8) is known color: French Lilac. HEX triplet: EA, AC and D8. RGB value is (234,172,216). Sum of RGB (Red+Green+Blue) = 234+172+216=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 216 (84.77% from 255 or 34.73% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACD8 is #155327. Grayscale: #C3C3C3. Windows color (decimal): -1397544 or 14200042. OLE color: 14200042.
HSL color Cylindrical-coordinate representation of color #EAACD8: hue angle of 317.42º 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 #EAACD8 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 216 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.08 |
| HSL | 317.42º | 0.6% | 0.8% | - |
| HSV(B) | 317.42º | 0.26% | 0.92% | - |
| XYZ | 61.08 | 51.96 | 71.77 | - |
| YUV | 195.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 216 | 0 | 0.26 | 0.08 | 0.08 | 317.42 | 0.6 | 0.8 |
| Hex | EA | AC | D8 | 0 | 1A | 8 | 8 | 13D | 3C | 50 |
| Octal | 352 | 254 | 330 | 0 | 32 | 10 | 10 | 475 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11011000 | 0 | 11010 | 1000 | 1000 | 100111101 | 111100 | 1010000 |
Color Harmonies of #EAACD8
Complementary color
Monochromatic Colors of #EAACD8
Black with #EAACD8
Text Example
Text Example
White with #EAACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACD8; }
p { color: rgb(234,172,216); }
H1.HeaderClassName
{
color: #EAACD8;
}
.AnyTagClassName
{
color: #EAACD8;
}
</style>
background-color css
<style>
a { background-color: #EAACD8; }
a { background-color: rgb(234,172,216); }
div.DivClassName
{
background-color: #EAACD8;
}
.BgClassName
{
background-color: #EAACD8;
}
</style>
border-color css
<style>
span { border-color: #EAACD8; }
span { border-color: rgb(234,172,216); }
td.TdClassName
{
border-color: #EAACD8;
}
.TagClassName
{
border-color: #EAACD8;
}
</style>