Shades of French Lilac #EABDE6
Tints of French Lilac #EABDE6
RGB
CMYK
RGB Variations
Color information
#EABDE6 (or 0xEABDE6) is known color: French Lilac. HEX triplet: EA, BD and E6. RGB value is (234,189,230). Sum of RGB (Red+Green+Blue) = 234+189+230=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDE6 is #154219. Grayscale: #CFCFCF. Windows color (decimal): -1393178 or 15121898. OLE color: 15121898.
HSL color Cylindrical-coordinate representation of color #EABDE6: hue angle of 305.33º degrees, saturation: 0.52, 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 #EABDE6 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 230 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.08 |
| HSL | 305.33º | 0.52% | 0.83% | - |
| HSV(B) | 305.33º | 0.19% | 0.92% | - |
| XYZ | 66.41 | 59.6 | 82.87 | - |
| YUV | 207.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 230 | 0 | 0.19 | 0.02 | 0.08 | 305.33 | 0.52 | 0.83 |
| Hex | EA | BD | E6 | 0 | 13 | 2 | 8 | 131 | 34 | 53 |
| Octal | 352 | 275 | 346 | 0 | 23 | 2 | 10 | 461 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11100110 | 0 | 10011 | 10 | 1000 | 100110001 | 110100 | 1010011 |
Color Harmonies of #EABDE6
Complementary color
Monochromatic Colors of #EABDE6
Black with #EABDE6
Text Example
Text Example
White with #EABDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDE6; }
p { color: rgb(234,189,230); }
H1.HeaderClassName
{
color: #EABDE6;
}
.AnyTagClassName
{
color: #EABDE6;
}
</style>
background-color css
<style>
a { background-color: #EABDE6; }
a { background-color: rgb(234,189,230); }
div.DivClassName
{
background-color: #EABDE6;
}
.BgClassName
{
background-color: #EABDE6;
}
</style>
border-color css
<style>
span { border-color: #EABDE6; }
span { border-color: rgb(234,189,230); }
td.TdClassName
{
border-color: #EABDE6;
}
.TagClassName
{
border-color: #EABDE6;
}
</style>