Shades of French Lilac #EAC5DF
Tints of French Lilac #EAC5DF
RGB
CMYK
RGB Variations
Color information
#EAC5DF (or 0xEAC5DF) is known color: French Lilac. HEX triplet: EA, C5 and DF. RGB value is (234,197,223). Sum of RGB (Red+Green+Blue) = 234+197+223=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC5DF is #153A20. Grayscale: #D2D2D2. Windows color (decimal): -1391137 or 14665194. OLE color: 14665194.
HSL color Cylindrical-coordinate representation of color #EAC5DF: hue angle of 317.84º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC5DF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 197 | 223 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.08 |
| HSL | 317.84º | 0.47% | 0.85% | - |
| HSV(B) | 317.84º | 0.16% | 0.92% | - |
| XYZ | 67.22 | 62.75 | 78.38 | - |
| YUV | 211.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 197 | 223 | 0 | 0.16 | 0.05 | 0.08 | 317.84 | 0.47 | 0.85 |
| Hex | EA | C5 | DF | 0 | 10 | 5 | 8 | 13E | 2F | 55 |
| Octal | 352 | 305 | 337 | 0 | 20 | 5 | 10 | 476 | 57 | 125 |
| Binary | 11101010 | 11000101 | 11011111 | 0 | 10000 | 101 | 1000 | 100111110 | 101111 | 1010101 |
Color Harmonies of #EAC5DF
Complementary color
Monochromatic Colors of #EAC5DF
Black with #EAC5DF
Text Example
Text Example
White with #EAC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC5DF; }
p { color: rgb(234,197,223); }
H1.HeaderClassName
{
color: #EAC5DF;
}
.AnyTagClassName
{
color: #EAC5DF;
}
</style>
background-color css
<style>
a { background-color: #EAC5DF; }
a { background-color: rgb(234,197,223); }
div.DivClassName
{
background-color: #EAC5DF;
}
.BgClassName
{
background-color: #EAC5DF;
}
</style>
border-color css
<style>
span { border-color: #EAC5DF; }
span { border-color: rgb(234,197,223); }
td.TdClassName
{
border-color: #EAC5DF;
}
.TagClassName
{
border-color: #EAC5DF;
}
</style>