Shades of French Lilac #EAB3DC
Tints of French Lilac #EAB3DC
RGB
CMYK
RGB Variations
Color information
#EAB3DC (or 0xEAB3DC) is known color: French Lilac. HEX triplet: EA, B3 and DC. RGB value is (234,179,220). Sum of RGB (Red+Green+Blue) = 234+179+220=633 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.97% from 633); Green value is 179 (70.31% from 255 or 28.28% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3DC is #154C23. Grayscale: #C8C8C8. Windows color (decimal): -1395748 or 14463978. OLE color: 14463978.
HSL color Cylindrical-coordinate representation of color #EAB3DC: hue angle of 315.27º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB3DC is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 220 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.08 |
| HSL | 315.27º | 0.57% | 0.81% | - |
| HSV(B) | 315.27º | 0.24% | 0.92% | - |
| XYZ | 62.97 | 54.9 | 74.99 | - |
| YUV | 200.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 220 | 0 | 0.24 | 0.06 | 0.08 | 315.27 | 0.57 | 0.81 |
| Hex | EA | B3 | DC | 0 | 18 | 6 | 8 | 13B | 39 | 51 |
| Octal | 352 | 263 | 334 | 0 | 30 | 6 | 10 | 473 | 71 | 121 |
| Binary | 11101010 | 10110011 | 11011100 | 0 | 11000 | 110 | 1000 | 100111011 | 111001 | 1010001 |
Color Harmonies of #EAB3DC
Complementary color
Monochromatic Colors of #EAB3DC
Black with #EAB3DC
Text Example
Text Example
White with #EAB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3DC; }
p { color: rgb(234,179,220); }
H1.HeaderClassName
{
color: #EAB3DC;
}
.AnyTagClassName
{
color: #EAB3DC;
}
</style>
background-color css
<style>
a { background-color: #EAB3DC; }
a { background-color: rgb(234,179,220); }
div.DivClassName
{
background-color: #EAB3DC;
}
.BgClassName
{
background-color: #EAB3DC;
}
</style>
border-color css
<style>
span { border-color: #EAB3DC; }
span { border-color: rgb(234,179,220); }
td.TdClassName
{
border-color: #EAB3DC;
}
.TagClassName
{
border-color: #EAB3DC;
}
</style>