Shades of French Lilac #EABEDC
Tints of French Lilac #EABEDC
RGB
CMYK
RGB Variations
Color information
#EABEDC (or 0xEABEDC) is known color: French Lilac. HEX triplet: EA, BE and DC. RGB value is (234,190,220). Sum of RGB (Red+Green+Blue) = 234+190+220=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEDC is #154123. Grayscale: #CECECE. Windows color (decimal): -1392932 or 14466794. OLE color: 14466794.
HSL color Cylindrical-coordinate representation of color #EABEDC: hue angle of 319.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EABEDC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 220 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.08 |
| HSL | 319.09º | 0.51% | 0.83% | - |
| HSV(B) | 319.09º | 0.19% | 0.92% | - |
| XYZ | 65.26 | 59.49 | 75.75 | - |
| YUV | 206.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 220 | 0 | 0.19 | 0.06 | 0.08 | 319.09 | 0.51 | 0.83 |
| Hex | EA | BE | DC | 0 | 13 | 6 | 8 | 13F | 33 | 53 |
| Octal | 352 | 276 | 334 | 0 | 23 | 6 | 10 | 477 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11011100 | 0 | 10011 | 110 | 1000 | 100111111 | 110011 | 1010011 |
Color Harmonies of #EABEDC
Complementary color
Monochromatic Colors of #EABEDC
Black with #EABEDC
Text Example
Text Example
White with #EABEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEDC; }
p { color: rgb(234,190,220); }
H1.HeaderClassName
{
color: #EABEDC;
}
.AnyTagClassName
{
color: #EABEDC;
}
</style>
background-color css
<style>
a { background-color: #EABEDC; }
a { background-color: rgb(234,190,220); }
div.DivClassName
{
background-color: #EABEDC;
}
.BgClassName
{
background-color: #EABEDC;
}
</style>
border-color css
<style>
span { border-color: #EABEDC; }
span { border-color: rgb(234,190,220); }
td.TdClassName
{
border-color: #EABEDC;
}
.TagClassName
{
border-color: #EABEDC;
}
</style>