Shades of French Lilac #EAAEDF
Tints of French Lilac #EAAEDF
RGB
CMYK
RGB Variations
Color information
#EAAEDF (or 0xEAAEDF) is known color: French Lilac. HEX triplet: EA, AE and DF. RGB value is (234,174,223). Sum of RGB (Red+Green+Blue) = 234+174+223=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAEDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAEDF is #155120. Grayscale: #C5C5C5. Windows color (decimal): -1397025 or 14659306. OLE color: 14659306.
HSL color Cylindrical-coordinate representation of color #EAAEDF: hue angle of 311º degrees, saturation: 0.59, 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 #EAAEDF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 223 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.08 |
| HSL | 311º | 0.59% | 0.8% | - |
| HSV(B) | 311º | 0.26% | 0.92% | - |
| XYZ | 62.39 | 53.09 | 76.77 | - |
| YUV | 197.53 | 142.38 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 223 | 0 | 0.26 | 0.05 | 0.08 | 311 | 0.59 | 0.8 |
| Hex | EA | AE | DF | 0 | 1A | 5 | 8 | 137 | 3B | 50 |
| Octal | 352 | 256 | 337 | 0 | 32 | 5 | 10 | 467 | 73 | 120 |
| Binary | 11101010 | 10101110 | 11011111 | 0 | 11010 | 101 | 1000 | 100110111 | 111011 | 1010000 |
Color Harmonies of #EAAEDF
Complementary color
Monochromatic Colors of #EAAEDF
Black with #EAAEDF
Text Example
Text Example
White with #EAAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAEDF; }
p { color: rgb(234,174,223); }
H1.HeaderClassName
{
color: #EAAEDF;
}
.AnyTagClassName
{
color: #EAAEDF;
}
</style>
background-color css
<style>
a { background-color: #EAAEDF; }
a { background-color: rgb(234,174,223); }
div.DivClassName
{
background-color: #EAAEDF;
}
.BgClassName
{
background-color: #EAAEDF;
}
</style>
border-color css
<style>
span { border-color: #EAAEDF; }
span { border-color: rgb(234,174,223); }
td.TdClassName
{
border-color: #EAAEDF;
}
.TagClassName
{
border-color: #EAAEDF;
}
</style>