Shades of French Lilac #EABAE3
Tints of French Lilac #EABAE3
RGB
CMYK
RGB Variations
Color information
#EABAE3 (or 0xEABAE3) is known color: French Lilac. HEX triplet: EA, BA and E3. RGB value is (234,186,227). Sum of RGB (Red+Green+Blue) = 234+186+227=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EABAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABAE3 is #15451C. Grayscale: #CCCCCC. Windows color (decimal): -1393949 or 14924522. OLE color: 14924522.
HSL color Cylindrical-coordinate representation of color #EABAE3: hue angle of 308.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EABAE3 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 227 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.08 |
| HSL | 308.75º | 0.53% | 0.82% | - |
| HSV(B) | 308.75º | 0.21% | 0.92% | - |
| XYZ | 65.36 | 58.16 | 80.45 | - |
| YUV | 205.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 227 | 0 | 0.21 | 0.03 | 0.08 | 308.75 | 0.53 | 0.82 |
| Hex | EA | BA | E3 | 0 | 15 | 3 | 8 | 135 | 35 | 52 |
| Octal | 352 | 272 | 343 | 0 | 25 | 3 | 10 | 465 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11100011 | 0 | 10101 | 11 | 1000 | 100110101 | 110101 | 1010010 |
Color Harmonies of #EABAE3
Complementary color
Monochromatic Colors of #EABAE3
Black with #EABAE3
Text Example
Text Example
White with #EABAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABAE3; }
p { color: rgb(234,186,227); }
H1.HeaderClassName
{
color: #EABAE3;
}
.AnyTagClassName
{
color: #EABAE3;
}
</style>
background-color css
<style>
a { background-color: #EABAE3; }
a { background-color: rgb(234,186,227); }
div.DivClassName
{
background-color: #EABAE3;
}
.BgClassName
{
background-color: #EABAE3;
}
</style>
border-color css
<style>
span { border-color: #EABAE3; }
span { border-color: rgb(234,186,227); }
td.TdClassName
{
border-color: #EABAE3;
}
.TagClassName
{
border-color: #EABAE3;
}
</style>