Shades of French Lilac #EACDE3
Tints of French Lilac #EACDE3
RGB
CMYK
RGB Variations
Color information
#EACDE3 (or 0xEACDE3) is known color: French Lilac. HEX triplet: EA, CD and E3. RGB value is (234,205,227). Sum of RGB (Red+Green+Blue) = 234+205+227=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE3 is #15321C. Grayscale: #D8D8D8. Windows color (decimal): -1389085 or 14929386. OLE color: 14929386.
HSL color Cylindrical-coordinate representation of color #EACDE3: hue angle of 314.48º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDE3 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 227 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.08 |
| HSL | 314.48º | 0.41% | 0.86% | - |
| HSV(B) | 314.48º | 0.12% | 0.92% | - |
| XYZ | 69.63 | 66.7 | 81.88 | - |
| YUV | 216.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 227 | 0 | 0.12 | 0.03 | 0.08 | 314.48 | 0.41 | 0.86 |
| Hex | EA | CD | E3 | 0 | C | 3 | 8 | 13A | 29 | 56 |
| Octal | 352 | 315 | 343 | 0 | 14 | 3 | 10 | 472 | 51 | 126 |
| Binary | 11101010 | 11001101 | 11100011 | 0 | 1100 | 11 | 1000 | 100111010 | 101001 | 1010110 |
Color Harmonies of #EACDE3
Complementary color
Monochromatic Colors of #EACDE3
Black with #EACDE3
Text Example
Text Example
White with #EACDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACDE3; }
p { color: rgb(234,205,227); }
H1.HeaderClassName
{
color: #EACDE3;
}
.AnyTagClassName
{
color: #EACDE3;
}
</style>
background-color css
<style>
a { background-color: #EACDE3; }
a { background-color: rgb(234,205,227); }
div.DivClassName
{
background-color: #EACDE3;
}
.BgClassName
{
background-color: #EACDE3;
}
</style>
border-color css
<style>
span { border-color: #EACDE3; }
span { border-color: rgb(234,205,227); }
td.TdClassName
{
border-color: #EACDE3;
}
.TagClassName
{
border-color: #EACDE3;
}
</style>