Shades of French Lilac #EAC0DF
Tints of French Lilac #EAC0DF
RGB
CMYK
RGB Variations
Color information
#EAC0DF (or 0xEAC0DF) is known color: French Lilac. HEX triplet: EA, C0 and DF. RGB value is (234,192,223). Sum of RGB (Red+Green+Blue) = 234+192+223=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 192 (75.39% from 255 or 29.58% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DF is #153F20. Grayscale: #D0D0D0. Windows color (decimal): -1392417 or 14663914. OLE color: 14663914.
HSL color Cylindrical-coordinate representation of color #EAC0DF: hue angle of 315.71º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC0DF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 223 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.08 |
| HSL | 315.71º | 0.5% | 0.84% | - |
| HSV(B) | 315.71º | 0.18% | 0.92% | - |
| XYZ | 66.1 | 60.52 | 78.01 | - |
| YUV | 208.09 | 136.41 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 223 | 0 | 0.18 | 0.05 | 0.08 | 315.71 | 0.5 | 0.84 |
| Hex | EA | C0 | DF | 0 | 12 | 5 | 8 | 13C | 32 | 54 |
| Octal | 352 | 300 | 337 | 0 | 22 | 5 | 10 | 474 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11011111 | 0 | 10010 | 101 | 1000 | 100111100 | 110010 | 1010100 |
Color Harmonies of #EAC0DF
Complementary color
Monochromatic Colors of #EAC0DF
Black with #EAC0DF
Text Example
Text Example
White with #EAC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0DF; }
p { color: rgb(234,192,223); }
H1.HeaderClassName
{
color: #EAC0DF;
}
.AnyTagClassName
{
color: #EAC0DF;
}
</style>
background-color css
<style>
a { background-color: #EAC0DF; }
a { background-color: rgb(234,192,223); }
div.DivClassName
{
background-color: #EAC0DF;
}
.BgClassName
{
background-color: #EAC0DF;
}
</style>
border-color css
<style>
span { border-color: #EAC0DF; }
span { border-color: rgb(234,192,223); }
td.TdClassName
{
border-color: #EAC0DF;
}
.TagClassName
{
border-color: #EAC0DF;
}
</style>