Shades of French Lilac #EAACDF
Tints of French Lilac #EAACDF
RGB
CMYK
RGB Variations
Color information
#EAACDF (or 0xEAACDF) is known color: French Lilac. HEX triplet: EA, AC and DF. RGB value is (234,172,223). Sum of RGB (Red+Green+Blue) = 234+172+223=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACDF is #155320. Grayscale: #C4C4C4. Windows color (decimal): -1397537 or 14658794. OLE color: 14658794.
HSL color Cylindrical-coordinate representation of color #EAACDF: hue angle of 310.65º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACDF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 223 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.08 |
| HSL | 310.65º | 0.6% | 0.8% | - |
| HSV(B) | 310.65º | 0.26% | 0.92% | - |
| XYZ | 62 | 52.33 | 76.64 | - |
| YUV | 196.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 223 | 0 | 0.26 | 0.05 | 0.08 | 310.65 | 0.6 | 0.8 |
| Hex | EA | AC | DF | 0 | 1A | 5 | 8 | 137 | 3C | 50 |
| Octal | 352 | 254 | 337 | 0 | 32 | 5 | 10 | 467 | 74 | 120 |
| Binary | 11101010 | 10101100 | 11011111 | 0 | 11010 | 101 | 1000 | 100110111 | 111100 | 1010000 |
Color Harmonies of #EAACDF
Complementary color
Monochromatic Colors of #EAACDF
Black with #EAACDF
Text Example
Text Example
White with #EAACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACDF; }
p { color: rgb(234,172,223); }
H1.HeaderClassName
{
color: #EAACDF;
}
.AnyTagClassName
{
color: #EAACDF;
}
</style>
background-color css
<style>
a { background-color: #EAACDF; }
a { background-color: rgb(234,172,223); }
div.DivClassName
{
background-color: #EAACDF;
}
.BgClassName
{
background-color: #EAACDF;
}
</style>
border-color css
<style>
span { border-color: #EAACDF; }
span { border-color: rgb(234,172,223); }
td.TdClassName
{
border-color: #EAACDF;
}
.TagClassName
{
border-color: #EAACDF;
}
</style>