Shades of French Lilac #E6ACDF
Tints of French Lilac #E6ACDF
RGB
CMYK
RGB Variations
Color information
#E6ACDF (or 0xE6ACDF) is known color: French Lilac. HEX triplet: E6, AC and DF. RGB value is (230,172,223). Sum of RGB (Red+Green+Blue) = 230+172+223=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6ACDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6ACDF is #195320. Grayscale: #C3C3C3. Windows color (decimal): -1659681 or 14658790. OLE color: 14658790.
HSL color Cylindrical-coordinate representation of color #E6ACDF: hue angle of 307.24º degrees, saturation: 0.54, 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 #E6ACDF is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 223 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.10 |
| HSL | 307.24º | 0.54% | 0.79% | - |
| HSV(B) | 307.24º | 0.25% | 0.9% | - |
| XYZ | 60.7 | 51.66 | 76.58 | - |
| YUV | 195.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 223 | 0 | 0.25 | 0.03 | 0.10 | 307.24 | 0.54 | 0.79 |
| Hex | E6 | AC | DF | 0 | 19 | 3 | A | 133 | 36 | 4F |
| Octal | 346 | 254 | 337 | 0 | 31 | 3 | 12 | 463 | 66 | 117 |
| Binary | 11100110 | 10101100 | 11011111 | 0 | 11001 | 11 | 1010 | 100110011 | 110110 | 1001111 |
Color Harmonies of #E6ACDF
Complementary color
Monochromatic Colors of #E6ACDF
Black with #E6ACDF
Text Example
Text Example
White with #E6ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6ACDF; }
p { color: rgb(230,172,223); }
H1.HeaderClassName
{
color: #E6ACDF;
}
.AnyTagClassName
{
color: #E6ACDF;
}
</style>
background-color css
<style>
a { background-color: #E6ACDF; }
a { background-color: rgb(230,172,223); }
div.DivClassName
{
background-color: #E6ACDF;
}
.BgClassName
{
background-color: #E6ACDF;
}
</style>
border-color css
<style>
span { border-color: #E6ACDF; }
span { border-color: rgb(230,172,223); }
td.TdClassName
{
border-color: #E6ACDF;
}
.TagClassName
{
border-color: #E6ACDF;
}
</style>