Shades of French Lilac #EAC0DD
Tints of French Lilac #EAC0DD
RGB
CMYK
RGB Variations
Color information
#EAC0DD (or 0xEAC0DD) is known color: French Lilac. HEX triplet: EA, C0 and DD. RGB value is (234,192,221). Sum of RGB (Red+Green+Blue) = 234+192+221=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0DD is #153F22. Grayscale: #CFCFCF. Windows color (decimal): -1392419 or 14532842. OLE color: 14532842.
HSL color Cylindrical-coordinate representation of color #EAC0DD: hue angle of 318.57º 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 #EAC0DD is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 221 | - |
| CMYK | 0 | 0.18 | 0.06 | 0.08 |
| HSL | 318.57º | 0.5% | 0.84% | - |
| HSV(B) | 318.57º | 0.18% | 0.92% | - |
| XYZ | 65.83 | 60.41 | 76.6 | - |
| YUV | 207.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 221 | 0 | 0.18 | 0.06 | 0.08 | 318.57 | 0.5 | 0.84 |
| Hex | EA | C0 | DD | 0 | 12 | 6 | 8 | 13F | 32 | 54 |
| Octal | 352 | 300 | 335 | 0 | 22 | 6 | 10 | 477 | 62 | 124 |
| Binary | 11101010 | 11000000 | 11011101 | 0 | 10010 | 110 | 1000 | 100111111 | 110010 | 1010100 |
Color Harmonies of #EAC0DD
Complementary color
Monochromatic Colors of #EAC0DD
Black with #EAC0DD
Text Example
Text Example
White with #EAC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC0DD; }
p { color: rgb(234,192,221); }
H1.HeaderClassName
{
color: #EAC0DD;
}
.AnyTagClassName
{
color: #EAC0DD;
}
</style>
background-color css
<style>
a { background-color: #EAC0DD; }
a { background-color: rgb(234,192,221); }
div.DivClassName
{
background-color: #EAC0DD;
}
.BgClassName
{
background-color: #EAC0DD;
}
</style>
border-color css
<style>
span { border-color: #EAC0DD; }
span { border-color: rgb(234,192,221); }
td.TdClassName
{
border-color: #EAC0DD;
}
.TagClassName
{
border-color: #EAC0DD;
}
</style>