Shades of French Lilac #E6ADE0
Tints of French Lilac #E6ADE0
RGB
CMYK
RGB Variations
Color information
#E6ADE0 (or 0xE6ADE0) is known color: French Lilac. HEX triplet: E6, AD and E0. RGB value is (230,173,224). Sum of RGB (Red+Green+Blue) = 230+173+224=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADE0 is #19521F. Grayscale: #C3C3C3. Windows color (decimal): -1659424 or 14724582. OLE color: 14724582.
HSL color Cylindrical-coordinate representation of color #E6ADE0: hue angle of 306.32º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6ADE0 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 224 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.10 |
| HSL | 306.32º | 0.53% | 0.79% | - |
| HSV(B) | 306.32º | 0.25% | 0.9% | - |
| XYZ | 61.03 | 52.09 | 77.36 | - |
| YUV | 195.86 | 143.88 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 224 | 0 | 0.25 | 0.03 | 0.10 | 306.32 | 0.53 | 0.79 |
| Hex | E6 | AD | E0 | 0 | 19 | 3 | A | 132 | 35 | 4F |
| Octal | 346 | 255 | 340 | 0 | 31 | 3 | 12 | 462 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11100000 | 0 | 11001 | 11 | 1010 | 100110010 | 110101 | 1001111 |
Color Harmonies of #E6ADE0
Complementary color
Monochromatic Colors of #E6ADE0
Black with #E6ADE0
Text Example
Text Example
White with #E6ADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADE0; }
p { color: rgb(230,173,224); }
H1.HeaderClassName
{
color: #E6ADE0;
}
.AnyTagClassName
{
color: #E6ADE0;
}
</style>
background-color css
<style>
a { background-color: #E6ADE0; }
a { background-color: rgb(230,173,224); }
div.DivClassName
{
background-color: #E6ADE0;
}
.BgClassName
{
background-color: #E6ADE0;
}
</style>
border-color css
<style>
span { border-color: #E6ADE0; }
span { border-color: rgb(230,173,224); }
td.TdClassName
{
border-color: #E6ADE0;
}
.TagClassName
{
border-color: #E6ADE0;
}
</style>