Shades of French Lilac #E6AFD2
Tints of French Lilac #E6AFD2
RGB
CMYK
RGB Variations
Color information
#E6AFD2 (or 0xE6AFD2) is known color: French Lilac. HEX triplet: E6, AF and D2. RGB value is (230,175,210). Sum of RGB (Red+Green+Blue) = 230+175+210=615 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.40% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AFD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6AFD2 is #19502D. Grayscale: #C3C3C3. Windows color (decimal): -1658926 or 13807590. OLE color: 13807590.
HSL color Cylindrical-coordinate representation of color #E6AFD2: hue angle of 321.82º 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 #E6AFD2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 210 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.10 |
| HSL | 321.82º | 0.52% | 0.79% | - |
| HSV(B) | 321.82º | 0.24% | 0.9% | - |
| XYZ | 59.6 | 52.14 | 67.9 | - |
| YUV | 195.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 210 | 0 | 0.24 | 0.09 | 0.10 | 321.82 | 0.52 | 0.79 |
| Hex | E6 | AF | D2 | 0 | 18 | 9 | A | 142 | 34 | 4F |
| Octal | 346 | 257 | 322 | 0 | 30 | 11 | 12 | 502 | 64 | 117 |
| Binary | 11100110 | 10101111 | 11010010 | 0 | 11000 | 1001 | 1010 | 101000010 | 110100 | 1001111 |
Color Harmonies of #E6AFD2
Complementary color
Monochromatic Colors of #E6AFD2
Black with #E6AFD2
Text Example
Text Example
White with #E6AFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AFD2; }
p { color: rgb(230,175,210); }
H1.HeaderClassName
{
color: #E6AFD2;
}
.AnyTagClassName
{
color: #E6AFD2;
}
</style>
background-color css
<style>
a { background-color: #E6AFD2; }
a { background-color: rgb(230,175,210); }
div.DivClassName
{
background-color: #E6AFD2;
}
.BgClassName
{
background-color: #E6AFD2;
}
</style>
border-color css
<style>
span { border-color: #E6AFD2; }
span { border-color: rgb(230,175,210); }
td.TdClassName
{
border-color: #E6AFD2;
}
.TagClassName
{
border-color: #E6AFD2;
}
</style>