Shades of French Lilac #EAB1DB
Tints of French Lilac #EAB1DB
RGB
CMYK
RGB Variations
Color information
#EAB1DB (or 0xEAB1DB) is known color: French Lilac. HEX triplet: EA, B1 and DB. RGB value is (234,177,219). Sum of RGB (Red+Green+Blue) = 234+177+219=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 177 (69.53% from 255 or 28.10% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1DB is #154E24. Grayscale: #C6C6C6. Windows color (decimal): -1396261 or 14397930. OLE color: 14397930.
HSL color Cylindrical-coordinate representation of color #EAB1DB: hue angle of 315.79º degrees, saturation: 0.58, 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 #EAB1DB is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 219 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.08 |
| HSL | 315.79º | 0.58% | 0.81% | - |
| HSV(B) | 315.79º | 0.24% | 0.92% | - |
| XYZ | 62.44 | 54.05 | 74.16 | - |
| YUV | 198.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 219 | 0 | 0.24 | 0.06 | 0.08 | 315.79 | 0.58 | 0.81 |
| Hex | EA | B1 | DB | 0 | 18 | 6 | 8 | 13C | 3A | 51 |
| Octal | 352 | 261 | 333 | 0 | 30 | 6 | 10 | 474 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11011011 | 0 | 11000 | 110 | 1000 | 100111100 | 111010 | 1010001 |
Color Harmonies of #EAB1DB
Complementary color
Monochromatic Colors of #EAB1DB
Black with #EAB1DB
Text Example
Text Example
White with #EAB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1DB; }
p { color: rgb(234,177,219); }
H1.HeaderClassName
{
color: #EAB1DB;
}
.AnyTagClassName
{
color: #EAB1DB;
}
</style>
background-color css
<style>
a { background-color: #EAB1DB; }
a { background-color: rgb(234,177,219); }
div.DivClassName
{
background-color: #EAB1DB;
}
.BgClassName
{
background-color: #EAB1DB;
}
</style>
border-color css
<style>
span { border-color: #EAB1DB; }
span { border-color: rgb(234,177,219); }
td.TdClassName
{
border-color: #EAB1DB;
}
.TagClassName
{
border-color: #EAB1DB;
}
</style>