Shades of French Lilac #EAB4DF
Tints of French Lilac #EAB4DF
RGB
CMYK
RGB Variations
Color information
#EAB4DF (or 0xEAB4DF) is known color: French Lilac. HEX triplet: EA, B4 and DF. RGB value is (234,180,223). Sum of RGB (Red+Green+Blue) = 234+180+223=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 180 (70.70% from 255 or 28.26% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4DF is #154B20. Grayscale: #C8C8C8. Windows color (decimal): -1395489 or 14660842. OLE color: 14660842.
HSL color Cylindrical-coordinate representation of color #EAB4DF: hue angle of 312.22º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4DF is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 223 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.08 |
| HSL | 312.22º | 0.56% | 0.81% | - |
| HSV(B) | 312.22º | 0.23% | 0.92% | - |
| XYZ | 63.57 | 55.46 | 77.17 | - |
| YUV | 201.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 223 | 0 | 0.23 | 0.05 | 0.08 | 312.22 | 0.56 | 0.81 |
| Hex | EA | B4 | DF | 0 | 17 | 5 | 8 | 138 | 38 | 51 |
| Octal | 352 | 264 | 337 | 0 | 27 | 5 | 10 | 470 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11011111 | 0 | 10111 | 101 | 1000 | 100111000 | 111000 | 1010001 |
Color Harmonies of #EAB4DF
Complementary color
Monochromatic Colors of #EAB4DF
Black with #EAB4DF
Text Example
Text Example
White with #EAB4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4DF; }
p { color: rgb(234,180,223); }
H1.HeaderClassName
{
color: #EAB4DF;
}
.AnyTagClassName
{
color: #EAB4DF;
}
</style>
background-color css
<style>
a { background-color: #EAB4DF; }
a { background-color: rgb(234,180,223); }
div.DivClassName
{
background-color: #EAB4DF;
}
.BgClassName
{
background-color: #EAB4DF;
}
</style>
border-color css
<style>
span { border-color: #EAB4DF; }
span { border-color: rgb(234,180,223); }
td.TdClassName
{
border-color: #EAB4DF;
}
.TagClassName
{
border-color: #EAB4DF;
}
</style>