Shades of French Lilac #E4ADDF
Tints of French Lilac #E4ADDF
RGB
CMYK
RGB Variations
Color information
#E4ADDF (or 0xE4ADDF) is known color: French Lilac. HEX triplet: E4, AD and DF. RGB value is (228,173,223). Sum of RGB (Red+Green+Blue) = 228+173+223=624 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.54% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 228 - color contains mainly: red. Hex color #E4ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E4ADDF is #1B5220. Grayscale: #C2C2C2. Windows color (decimal): -1790497 or 14659044. OLE color: 14659044.
HSL color Cylindrical-coordinate representation of color #E4ADDF: hue angle of 305.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E4ADDF is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 223 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.11 |
| HSL | 305.45º | 0.5% | 0.79% | - |
| HSV(B) | 305.45º | 0.24% | 0.89% | - |
| XYZ | 60.26 | 51.71 | 76.62 | - |
| YUV | 195.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 223 | 0 | 0.24 | 0.02 | 0.11 | 305.45 | 0.5 | 0.79 |
| Hex | E4 | AD | DF | 0 | 18 | 2 | B | 131 | 32 | 4F |
| Octal | 344 | 255 | 337 | 0 | 30 | 2 | 13 | 461 | 62 | 117 |
| Binary | 11100100 | 10101101 | 11011111 | 0 | 11000 | 10 | 1011 | 100110001 | 110010 | 1001111 |
Color Harmonies of #E4ADDF
Complementary color
Monochromatic Colors of #E4ADDF
Black with #E4ADDF
Text Example
Text Example
White with #E4ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ADDF; }
p { color: rgb(228,173,223); }
H1.HeaderClassName
{
color: #E4ADDF;
}
.AnyTagClassName
{
color: #E4ADDF;
}
</style>
background-color css
<style>
a { background-color: #E4ADDF; }
a { background-color: rgb(228,173,223); }
div.DivClassName
{
background-color: #E4ADDF;
}
.BgClassName
{
background-color: #E4ADDF;
}
</style>
border-color css
<style>
span { border-color: #E4ADDF; }
span { border-color: rgb(228,173,223); }
td.TdClassName
{
border-color: #E4ADDF;
}
.TagClassName
{
border-color: #E4ADDF;
}
</style>