Shades of French Lilac #E3ADDC
Tints of French Lilac #E3ADDC
RGB
CMYK
RGB Variations
Color information
#E3ADDC (or 0xE3ADDC) is known color: French Lilac. HEX triplet: E3, AD and DC. RGB value is (227,173,220). Sum of RGB (Red+Green+Blue) = 227+173+220=620 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.61% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 227 - color contains mainly: red. Hex color #E3ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E3ADDC is #1C5223. Grayscale: #C2C2C2. Windows color (decimal): -1856036 or 14462435. OLE color: 14462435.
HSL color Cylindrical-coordinate representation of color #E3ADDC: hue angle of 307.78º 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 #E3ADDC is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 220 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.11 |
| HSL | 307.78º | 0.49% | 0.78% | - |
| HSV(B) | 307.78º | 0.24% | 0.89% | - |
| XYZ | 59.54 | 51.39 | 74.49 | - |
| YUV | 194.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 220 | 0 | 0.24 | 0.03 | 0.11 | 307.78 | 0.49 | 0.78 |
| Hex | E3 | AD | DC | 0 | 18 | 3 | B | 134 | 31 | 4E |
| Octal | 343 | 255 | 334 | 0 | 30 | 3 | 13 | 464 | 61 | 116 |
| Binary | 11100011 | 10101101 | 11011100 | 0 | 11000 | 11 | 1011 | 100110100 | 110001 | 1001110 |
Color Harmonies of #E3ADDC
Complementary color
Monochromatic Colors of #E3ADDC
Black with #E3ADDC
Text Example
Text Example
White with #E3ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3ADDC; }
p { color: rgb(227,173,220); }
H1.HeaderClassName
{
color: #E3ADDC;
}
.AnyTagClassName
{
color: #E3ADDC;
}
</style>
background-color css
<style>
a { background-color: #E3ADDC; }
a { background-color: rgb(227,173,220); }
div.DivClassName
{
background-color: #E3ADDC;
}
.BgClassName
{
background-color: #E3ADDC;
}
</style>
border-color css
<style>
span { border-color: #E3ADDC; }
span { border-color: rgb(227,173,220); }
td.TdClassName
{
border-color: #E3ADDC;
}
.TagClassName
{
border-color: #E3ADDC;
}
</style>