Shades of French Lilac #EAB8DD
Tints of French Lilac #EAB8DD
RGB
CMYK
RGB Variations
Color information
#EAB8DD (or 0xEAB8DD) is known color: French Lilac. HEX triplet: EA, B8 and DD. RGB value is (234,184,221). Sum of RGB (Red+Green+Blue) = 234+184+221=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB8DD is #154722. Grayscale: #CBCBCB. Windows color (decimal): -1394467 or 14530794. OLE color: 14530794.
HSL color Cylindrical-coordinate representation of color #EAB8DD: hue angle of 315.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 #EAB8DD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 221 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 315.6º | 0.54% | 0.82% | - |
| HSV(B) | 315.6º | 0.21% | 0.92% | - |
| XYZ | 64.12 | 56.99 | 76.03 | - |
| YUV | 203.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 221 | 0 | 0.21 | 0.06 | 0.08 | 315.6 | 0.54 | 0.82 |
| Hex | EA | B8 | DD | 0 | 15 | 6 | 8 | 13C | 36 | 52 |
| Octal | 352 | 270 | 335 | 0 | 25 | 6 | 10 | 474 | 66 | 122 |
| Binary | 11101010 | 10111000 | 11011101 | 0 | 10101 | 110 | 1000 | 100111100 | 110110 | 1010010 |
Color Harmonies of #EAB8DD
Complementary color
Monochromatic Colors of #EAB8DD
Black with #EAB8DD
Text Example
Text Example
White with #EAB8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB8DD; }
p { color: rgb(234,184,221); }
H1.HeaderClassName
{
color: #EAB8DD;
}
.AnyTagClassName
{
color: #EAB8DD;
}
</style>
background-color css
<style>
a { background-color: #EAB8DD; }
a { background-color: rgb(234,184,221); }
div.DivClassName
{
background-color: #EAB8DD;
}
.BgClassName
{
background-color: #EAB8DD;
}
</style>
border-color css
<style>
span { border-color: #EAB8DD; }
span { border-color: rgb(234,184,221); }
td.TdClassName
{
border-color: #EAB8DD;
}
.TagClassName
{
border-color: #EAB8DD;
}
</style>