Shades of French Lilac #EABADC
Tints of French Lilac #EABADC
RGB
CMYK
RGB Variations
Color information
#EABADC (or 0xEABADC) is known color: French Lilac. HEX triplet: EA, BA and DC. RGB value is (234,186,220). Sum of RGB (Red+Green+Blue) = 234+186+220=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 220 (86.33% from 255 or 34.38% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EABADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABADC is #154523. Grayscale: #CCCCCC. Windows color (decimal): -1393956 or 14465770. OLE color: 14465770.
HSL color Cylindrical-coordinate representation of color #EABADC: hue angle of 317.5º 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 #EABADC is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 220 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 317.5º | 0.53% | 0.82% | - |
| HSV(B) | 317.5º | 0.21% | 0.92% | - |
| XYZ | 64.41 | 57.78 | 75.47 | - |
| YUV | 204.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 220 | 0 | 0.21 | 0.06 | 0.08 | 317.5 | 0.53 | 0.82 |
| Hex | EA | BA | DC | 0 | 15 | 6 | 8 | 13E | 35 | 52 |
| Octal | 352 | 272 | 334 | 0 | 25 | 6 | 10 | 476 | 65 | 122 |
| Binary | 11101010 | 10111010 | 11011100 | 0 | 10101 | 110 | 1000 | 100111110 | 110101 | 1010010 |
Color Harmonies of #EABADC
Complementary color
Monochromatic Colors of #EABADC
Black with #EABADC
Text Example
Text Example
White with #EABADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABADC; }
p { color: rgb(234,186,220); }
H1.HeaderClassName
{
color: #EABADC;
}
.AnyTagClassName
{
color: #EABADC;
}
</style>
background-color css
<style>
a { background-color: #EABADC; }
a { background-color: rgb(234,186,220); }
div.DivClassName
{
background-color: #EABADC;
}
.BgClassName
{
background-color: #EABADC;
}
</style>
border-color css
<style>
span { border-color: #EABADC; }
span { border-color: rgb(234,186,220); }
td.TdClassName
{
border-color: #EABADC;
}
.TagClassName
{
border-color: #EABADC;
}
</style>