Shades of French Lilac #E3ADD0
Tints of French Lilac #E3ADD0
RGB
CMYK
RGB Variations
Color information
#E3ADD0 (or 0xE3ADD0) is known color: French Lilac. HEX triplet: E3, AD and D0. RGB value is (227,173,208). Sum of RGB (Red+Green+Blue) = 227+173+208=608 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.34% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 227 - color contains mainly: red. Hex color #E3ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3ADD0 is #1C522F. Grayscale: #C1C1C1. Windows color (decimal): -1856048 or 13676003. OLE color: 13676003.
HSL color Cylindrical-coordinate representation of color #E3ADD0: hue angle of 321.11º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E3ADD0 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 208 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.11 |
| HSL | 321.11º | 0.49% | 0.78% | - |
| HSV(B) | 321.11º | 0.24% | 0.89% | - |
| XYZ | 58.01 | 50.77 | 66.42 | - |
| YUV | 193.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 208 | 0 | 0.24 | 0.08 | 0.11 | 321.11 | 0.49 | 0.78 |
| Hex | E3 | AD | D0 | 0 | 18 | 8 | B | 141 | 31 | 4E |
| Octal | 343 | 255 | 320 | 0 | 30 | 10 | 13 | 501 | 61 | 116 |
| Binary | 11100011 | 10101101 | 11010000 | 0 | 11000 | 1000 | 1011 | 101000001 | 110001 | 1001110 |
Color Harmonies of #E3ADD0
Complementary color
Monochromatic Colors of #E3ADD0
Black with #E3ADD0
Text Example
Text Example
White with #E3ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ADD0; }
p { color: rgb(227,173,208); }
H1.HeaderClassName
{
color: #E3ADD0;
}
.AnyTagClassName
{
color: #E3ADD0;
}
</style>
background-color css
<style>
a { background-color: #E3ADD0; }
a { background-color: rgb(227,173,208); }
div.DivClassName
{
background-color: #E3ADD0;
}
.BgClassName
{
background-color: #E3ADD0;
}
</style>
border-color css
<style>
span { border-color: #E3ADD0; }
span { border-color: rgb(227,173,208); }
td.TdClassName
{
border-color: #E3ADD0;
}
.TagClassName
{
border-color: #E3ADD0;
}
</style>