Shades of French Lilac #EABADF
Tints of French Lilac #EABADF
RGB
CMYK
RGB Variations
Color information
#EABADF (or 0xEABADF) is known color: French Lilac. HEX triplet: EA, BA and DF. RGB value is (234,186,223). Sum of RGB (Red+Green+Blue) = 234+186+223=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADF is #154520. Grayscale: #CCCCCC. Windows color (decimal): -1393953 or 14662378. OLE color: 14662378.
HSL color Cylindrical-coordinate representation of color #EABADF: hue angle of 313.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 #EABADF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 223 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.08 |
| HSL | 313.75º | 0.53% | 0.82% | - |
| HSV(B) | 313.75º | 0.21% | 0.92% | - |
| XYZ | 64.81 | 57.94 | 77.58 | - |
| YUV | 204.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 223 | 0 | 0.21 | 0.05 | 0.08 | 313.75 | 0.53 | 0.82 |
| Hex | EA | BA | DF | 0 | 15 | 5 | 8 | 13A | 35 | 52 |
| Octal | 352 | 272 | 337 | 0 | 25 | 5 | 10 | 472 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11011111 | 0 | 10101 | 101 | 1000 | 100111010 | 110101 | 1010010 |
Color Harmonies of #EABADF
Complementary color
Monochromatic Colors of #EABADF
Black with #EABADF
Text Example
Text Example
White with #EABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABADF; }
p { color: rgb(234,186,223); }
H1.HeaderClassName
{
color: #EABADF;
}
.AnyTagClassName
{
color: #EABADF;
}
</style>
background-color css
<style>
a { background-color: #EABADF; }
a { background-color: rgb(234,186,223); }
div.DivClassName
{
background-color: #EABADF;
}
.BgClassName
{
background-color: #EABADF;
}
</style>
border-color css
<style>
span { border-color: #EABADF; }
span { border-color: rgb(234,186,223); }
td.TdClassName
{
border-color: #EABADF;
}
.TagClassName
{
border-color: #EABADF;
}
</style>