Shades of French Lilac #E2AFD9
Tints of French Lilac #E2AFD9
RGB
CMYK
RGB Variations
Color information
#E2AFD9 (or 0xE2AFD9) is known color: French Lilac. HEX triplet: E2, AF and D9. RGB value is (226,175,217). Sum of RGB (Red+Green+Blue) = 226+175+217=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2AFD9 is #1D5026. Grayscale: #C2C2C2. Windows color (decimal): -1921063 or 14266338. OLE color: 14266338.
HSL color Cylindrical-coordinate representation of color #E2AFD9: hue angle of 310.59º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2AFD9 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 175 | 217 | - |
CMYK | 0 | 0.23 | 0.04 | 0.11 |
HSL | 310.59º | 0.47% | 0.79% | - |
HSV(B) | 310.59º | 0.23% | 0.89% | - |
XYZ | 59.22 | 51.84 | 72.53 | - |
YUV | 195.04 | 140.4 | 150.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 175 | 217 | 0 | 0.23 | 0.04 | 0.11 | 310.59 | 0.47 | 0.79 |
Hex | E2 | AF | D9 | 0 | 17 | 4 | B | 137 | 2F | 4F |
Octal | 342 | 257 | 331 | 0 | 27 | 4 | 13 | 467 | 57 | 117 |
Binary | 11100010 | 10101111 | 11011001 | 0 | 10111 | 100 | 1011 | 100110111 | 101111 | 1001111 |
Color Harmonies of #E2AFD9
Complementary color
Monochromatic Colors of #E2AFD9
Black with #E2AFD9
Text Example
Text Example
White with #E2AFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AFD9; }
p { color: rgb(226,175,217); }
H1.HeaderClassName
{
color: #E2AFD9;
}
.AnyTagClassName
{
color: #E2AFD9;
}
</style>
background-color css
<style>
a { background-color: #E2AFD9; }
a { background-color: rgb(226,175,217); }
div.DivClassName
{
background-color: #E2AFD9;
}
.BgClassName
{
background-color: #E2AFD9;
}
</style>
border-color css
<style>
span { border-color: #E2AFD9; }
span { border-color: rgb(226,175,217); }
td.TdClassName
{
border-color: #E2AFD9;
}
.TagClassName
{
border-color: #E2AFD9;
}
</style>