Shades of French Lilac #E6ADE1
Tints of French Lilac #E6ADE1
RGB
CMYK
RGB Variations
Color information
#E6ADE1 (or 0xE6ADE1) is known color: French Lilac. HEX triplet: E6, AD and E1. RGB value is (230,173,225). Sum of RGB (Red+Green+Blue) = 230+173+225=628 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.62% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADE1 is #19521E. Grayscale: #C3C3C3. Windows color (decimal): -1659423 or 14790118. OLE color: 14790118.
HSL color Cylindrical-coordinate representation of color #E6ADE1: hue angle of 305.26º 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 #E6ADE1 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 225 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.10 |
| HSL | 305.26º | 0.53% | 0.79% | - |
| HSV(B) | 305.26º | 0.25% | 0.9% | - |
| XYZ | 61.17 | 52.15 | 78.08 | - |
| YUV | 195.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 225 | 0 | 0.25 | 0.02 | 0.10 | 305.26 | 0.53 | 0.79 |
| Hex | E6 | AD | E1 | 0 | 19 | 2 | A | 131 | 35 | 4F |
| Octal | 346 | 255 | 341 | 0 | 31 | 2 | 12 | 461 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11100001 | 0 | 11001 | 10 | 1010 | 100110001 | 110101 | 1001111 |
Color Harmonies of #E6ADE1
Complementary color
Monochromatic Colors of #E6ADE1
Black with #E6ADE1
Text Example
Text Example
White with #E6ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADE1; }
p { color: rgb(230,173,225); }
H1.HeaderClassName
{
color: #E6ADE1;
}
.AnyTagClassName
{
color: #E6ADE1;
}
</style>
background-color css
<style>
a { background-color: #E6ADE1; }
a { background-color: rgb(230,173,225); }
div.DivClassName
{
background-color: #E6ADE1;
}
.BgClassName
{
background-color: #E6ADE1;
}
</style>
border-color css
<style>
span { border-color: #E6ADE1; }
span { border-color: rgb(230,173,225); }
td.TdClassName
{
border-color: #E6ADE1;
}
.TagClassName
{
border-color: #E6ADE1;
}
</style>