Shades of French Lilac #EABADD
Tints of French Lilac #EABADD
RGB
CMYK
RGB Variations
Color information
#EABADD (or 0xEABADD) is known color: French Lilac. HEX triplet: EA, BA and DD. RGB value is (234,186,221). Sum of RGB (Red+Green+Blue) = 234+186+221=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 186 (73.05% from 255 or 29.02% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADD is #154522. Grayscale: #CCCCCC. Windows color (decimal): -1393955 or 14531306. OLE color: 14531306.
HSL color Cylindrical-coordinate representation of color #EABADD: hue angle of 316.25º 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 #EABADD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 221 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 316.25º | 0.53% | 0.82% | - |
| HSV(B) | 316.25º | 0.21% | 0.92% | - |
| XYZ | 64.54 | 57.83 | 76.17 | - |
| YUV | 204.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 221 | 0 | 0.21 | 0.06 | 0.08 | 316.25 | 0.53 | 0.82 |
| Hex | EA | BA | DD | 0 | 15 | 6 | 8 | 13C | 35 | 52 |
| Octal | 352 | 272 | 335 | 0 | 25 | 6 | 10 | 474 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11011101 | 0 | 10101 | 110 | 1000 | 100111100 | 110101 | 1010010 |
Color Harmonies of #EABADD
Complementary color
Monochromatic Colors of #EABADD
Black with #EABADD
Text Example
Text Example
White with #EABADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABADD; }
p { color: rgb(234,186,221); }
H1.HeaderClassName
{
color: #EABADD;
}
.AnyTagClassName
{
color: #EABADD;
}
</style>
background-color css
<style>
a { background-color: #EABADD; }
a { background-color: rgb(234,186,221); }
div.DivClassName
{
background-color: #EABADD;
}
.BgClassName
{
background-color: #EABADD;
}
</style>
border-color css
<style>
span { border-color: #EABADD; }
span { border-color: rgb(234,186,221); }
td.TdClassName
{
border-color: #EABADD;
}
.TagClassName
{
border-color: #EABADD;
}
</style>