Shades of French Lilac #E6ADDF
Tints of French Lilac #E6ADDF
RGB
CMYK
RGB Variations
Color information
#E6ADDF (or 0xE6ADDF) is known color: French Lilac. HEX triplet: E6, AD and DF. RGB value is (230,173,223). Sum of RGB (Red+Green+Blue) = 230+173+223=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ADDF is #195220. Grayscale: #C3C3C3. Windows color (decimal): -1659425 or 14659046. OLE color: 14659046.
HSL color Cylindrical-coordinate representation of color #E6ADDF: hue angle of 307.37º 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 #E6ADDF is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 223 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.10 |
| HSL | 307.37º | 0.53% | 0.79% | - |
| HSV(B) | 307.37º | 0.25% | 0.9% | - |
| XYZ | 60.9 | 52.04 | 76.65 | - |
| YUV | 195.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 223 | 0 | 0.25 | 0.03 | 0.10 | 307.37 | 0.53 | 0.79 |
| Hex | E6 | AD | DF | 0 | 19 | 3 | A | 133 | 35 | 4F |
| Octal | 346 | 255 | 337 | 0 | 31 | 3 | 12 | 463 | 65 | 117 |
| Binary | 11100110 | 10101101 | 11011111 | 0 | 11001 | 11 | 1010 | 100110011 | 110101 | 1001111 |
Color Harmonies of #E6ADDF
Complementary color
Monochromatic Colors of #E6ADDF
Black with #E6ADDF
Text Example
Text Example
White with #E6ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ADDF; }
p { color: rgb(230,173,223); }
H1.HeaderClassName
{
color: #E6ADDF;
}
.AnyTagClassName
{
color: #E6ADDF;
}
</style>
background-color css
<style>
a { background-color: #E6ADDF; }
a { background-color: rgb(230,173,223); }
div.DivClassName
{
background-color: #E6ADDF;
}
.BgClassName
{
background-color: #E6ADDF;
}
</style>
border-color css
<style>
span { border-color: #E6ADDF; }
span { border-color: rgb(230,173,223); }
td.TdClassName
{
border-color: #E6ADDF;
}
.TagClassName
{
border-color: #E6ADDF;
}
</style>