Shades of French Lilac #EABEDF
Tints of French Lilac #EABEDF
RGB
CMYK
RGB Variations
Color information
#EABEDF (or 0xEABEDF) is known color: French Lilac. HEX triplet: EA, BE and DF. RGB value is (234,190,223). Sum of RGB (Red+Green+Blue) = 234+190+223=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEDF is #154120. Grayscale: #CECECE. Windows color (decimal): -1392929 or 14663402. OLE color: 14663402.
HSL color Cylindrical-coordinate representation of color #EABEDF: hue angle of 315º 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 #EABEDF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 223 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.08 |
| HSL | 315º | 0.51% | 0.83% | - |
| HSV(B) | 315º | 0.19% | 0.92% | - |
| XYZ | 65.66 | 59.65 | 77.86 | - |
| YUV | 206.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 223 | 0 | 0.19 | 0.05 | 0.08 | 315 | 0.51 | 0.83 |
| Hex | EA | BE | DF | 0 | 13 | 5 | 8 | 13B | 33 | 53 |
| Octal | 352 | 276 | 337 | 0 | 23 | 5 | 10 | 473 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11011111 | 0 | 10011 | 101 | 1000 | 100111011 | 110011 | 1010011 |
Color Harmonies of #EABEDF
Complementary color
Monochromatic Colors of #EABEDF
Black with #EABEDF
Text Example
Text Example
White with #EABEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEDF; }
p { color: rgb(234,190,223); }
H1.HeaderClassName
{
color: #EABEDF;
}
.AnyTagClassName
{
color: #EABEDF;
}
</style>
background-color css
<style>
a { background-color: #EABEDF; }
a { background-color: rgb(234,190,223); }
div.DivClassName
{
background-color: #EABEDF;
}
.BgClassName
{
background-color: #EABEDF;
}
</style>
border-color css
<style>
span { border-color: #EABEDF; }
span { border-color: rgb(234,190,223); }
td.TdClassName
{
border-color: #EABEDF;
}
.TagClassName
{
border-color: #EABEDF;
}
</style>