Shades of French Lilac #EAADDF
Tints of French Lilac #EAADDF
RGB
CMYK
RGB Variations
Color information
#EAADDF (or 0xEAADDF) is known color: French Lilac. HEX triplet: EA, AD and DF. RGB value is (234,173,223). Sum of RGB (Red+Green+Blue) = 234+173+223=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 223 (87.5% from 255 or 35.40% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAADDF is #155220. Grayscale: #C4C4C4. Windows color (decimal): -1397281 or 14659050. OLE color: 14659050.
HSL color Cylindrical-coordinate representation of color #EAADDF: hue angle of 310.82º 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 #EAADDF is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 173 | 223 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.08 |
| HSL | 310.82º | 0.59% | 0.8% | - |
| HSV(B) | 310.82º | 0.26% | 0.92% | - |
| XYZ | 62.19 | 52.71 | 76.71 | - |
| YUV | 196.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 173 | 223 | 0 | 0.26 | 0.05 | 0.08 | 310.82 | 0.59 | 0.8 |
| Hex | EA | AD | DF | 0 | 1A | 5 | 8 | 137 | 3B | 50 |
| Octal | 352 | 255 | 337 | 0 | 32 | 5 | 10 | 467 | 73 | 120 |
| Binary | 11101010 | 10101101 | 11011111 | 0 | 11010 | 101 | 1000 | 100110111 | 111011 | 1010000 |
Color Harmonies of #EAADDF
Complementary color
Monochromatic Colors of #EAADDF
Black with #EAADDF
Text Example
Text Example
White with #EAADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAADDF; }
p { color: rgb(234,173,223); }
H1.HeaderClassName
{
color: #EAADDF;
}
.AnyTagClassName
{
color: #EAADDF;
}
</style>
background-color css
<style>
a { background-color: #EAADDF; }
a { background-color: rgb(234,173,223); }
div.DivClassName
{
background-color: #EAADDF;
}
.BgClassName
{
background-color: #EAADDF;
}
</style>
border-color css
<style>
span { border-color: #EAADDF; }
span { border-color: rgb(234,173,223); }
td.TdClassName
{
border-color: #EAADDF;
}
.TagClassName
{
border-color: #EAADDF;
}
</style>