Shades of French Lilac #E6AFDB
Tints of French Lilac #E6AFDB
RGB
CMYK
RGB Variations
Color information
#E6AFDB (or 0xE6AFDB) is known color: French Lilac. HEX triplet: E6, AF and DB. RGB value is (230,175,219). Sum of RGB (Red+Green+Blue) = 230+175+219=624 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.86% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFDB is #195024. Grayscale: #C4C4C4. Windows color (decimal): -1658917 or 14397414. OLE color: 14397414.
HSL color Cylindrical-coordinate representation of color #E6AFDB: hue angle of 312º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6AFDB is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 219 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.10 |
| HSL | 312º | 0.52% | 0.79% | - |
| HSV(B) | 312º | 0.24% | 0.9% | - |
| XYZ | 60.75 | 52.6 | 73.97 | - |
| YUV | 196.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 219 | 0 | 0.24 | 0.05 | 0.10 | 312 | 0.52 | 0.79 |
| Hex | E6 | AF | DB | 0 | 18 | 5 | A | 138 | 34 | 4F |
| Octal | 346 | 257 | 333 | 0 | 30 | 5 | 12 | 470 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11011011 | 0 | 11000 | 101 | 1010 | 100111000 | 110100 | 1001111 |
Color Harmonies of #E6AFDB
Complementary color
Monochromatic Colors of #E6AFDB
Black with #E6AFDB
Text Example
Text Example
White with #E6AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFDB; }
p { color: rgb(230,175,219); }
H1.HeaderClassName
{
color: #E6AFDB;
}
.AnyTagClassName
{
color: #E6AFDB;
}
</style>
background-color css
<style>
a { background-color: #E6AFDB; }
a { background-color: rgb(230,175,219); }
div.DivClassName
{
background-color: #E6AFDB;
}
.BgClassName
{
background-color: #E6AFDB;
}
</style>
border-color css
<style>
span { border-color: #E6AFDB; }
span { border-color: rgb(230,175,219); }
td.TdClassName
{
border-color: #E6AFDB;
}
.TagClassName
{
border-color: #E6AFDB;
}
</style>