Shades of French Lilac #EAB8D8
Tints of French Lilac #EAB8D8
RGB
CMYK
RGB Variations
Color information
#EAB8D8 (or 0xEAB8D8) is known color: French Lilac. HEX triplet: EA, B8 and D8. RGB value is (234,184,216). Sum of RGB (Red+Green+Blue) = 234+184+216=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 216 (84.77% from 255 or 34.07% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8D8 is #154727. Grayscale: #CACACA. Windows color (decimal): -1394472 or 14203114. OLE color: 14203114.
HSL color Cylindrical-coordinate representation of color #EAB8D8: hue angle of 321.6º 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 #EAB8D8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 216 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.08 |
| HSL | 321.6º | 0.54% | 0.82% | - |
| HSV(B) | 321.6º | 0.21% | 0.92% | - |
| XYZ | 63.47 | 56.73 | 72.57 | - |
| YUV | 202.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 216 | 0 | 0.21 | 0.08 | 0.08 | 321.6 | 0.54 | 0.82 |
| Hex | EA | B8 | D8 | 0 | 15 | 8 | 8 | 142 | 36 | 52 |
| Octal | 352 | 270 | 330 | 0 | 25 | 10 | 10 | 502 | 66 | 122 |
| Binary | 11101010 | 10111000 | 11011000 | 0 | 10101 | 1000 | 1000 | 101000010 | 110110 | 1010010 |
Color Harmonies of #EAB8D8
Complementary color
Monochromatic Colors of #EAB8D8
Black with #EAB8D8
Text Example
Text Example
White with #EAB8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8D8; }
p { color: rgb(234,184,216); }
H1.HeaderClassName
{
color: #EAB8D8;
}
.AnyTagClassName
{
color: #EAB8D8;
}
</style>
background-color css
<style>
a { background-color: #EAB8D8; }
a { background-color: rgb(234,184,216); }
div.DivClassName
{
background-color: #EAB8D8;
}
.BgClassName
{
background-color: #EAB8D8;
}
</style>
border-color css
<style>
span { border-color: #EAB8D8; }
span { border-color: rgb(234,184,216); }
td.TdClassName
{
border-color: #EAB8D8;
}
.TagClassName
{
border-color: #EAB8D8;
}
</style>