Shades of French Lilac #EAB8DB
Tints of French Lilac #EAB8DB
RGB
CMYK
RGB Variations
Color information
#EAB8DB (or 0xEAB8DB) is known color: French Lilac. HEX triplet: EA, B8 and DB. RGB value is (234,184,219). Sum of RGB (Red+Green+Blue) = 234+184+219=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8DB is #154724. Grayscale: #CACACA. Windows color (decimal): -1394469 or 14399722. OLE color: 14399722.
HSL color Cylindrical-coordinate representation of color #EAB8DB: hue angle of 318º degrees, saturation: 0.54, 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 #EAB8DB is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 219 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 318º | 0.54% | 0.82% | - |
| HSV(B) | 318º | 0.21% | 0.92% | - |
| XYZ | 63.86 | 56.89 | 74.63 | - |
| YUV | 202.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 219 | 0 | 0.21 | 0.06 | 0.08 | 318 | 0.54 | 0.82 |
| Hex | EA | B8 | DB | 0 | 15 | 6 | 8 | 13E | 36 | 52 |
| Octal | 352 | 270 | 333 | 0 | 25 | 6 | 10 | 476 | 66 | 122 |
| Binary | 11101010 | 10111000 | 11011011 | 0 | 10101 | 110 | 1000 | 100111110 | 110110 | 1010010 |
Color Harmonies of #EAB8DB
Complementary color
Monochromatic Colors of #EAB8DB
Black with #EAB8DB
Text Example
Text Example
White with #EAB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8DB; }
p { color: rgb(234,184,219); }
H1.HeaderClassName
{
color: #EAB8DB;
}
.AnyTagClassName
{
color: #EAB8DB;
}
</style>
background-color css
<style>
a { background-color: #EAB8DB; }
a { background-color: rgb(234,184,219); }
div.DivClassName
{
background-color: #EAB8DB;
}
.BgClassName
{
background-color: #EAB8DB;
}
</style>
border-color css
<style>
span { border-color: #EAB8DB; }
span { border-color: rgb(234,184,219); }
td.TdClassName
{
border-color: #EAB8DB;
}
.TagClassName
{
border-color: #EAB8DB;
}
</style>