Shades of French Lilac #E2C2D9
Tints of French Lilac #E2C2D9
RGB
CMYK
RGB Variations
Color information
#E2C2D9 (or 0xE2C2D9) is known color: French Lilac. HEX triplet: E2, C2 and D9. RGB value is (226,194,217). Sum of RGB (Red+Green+Blue) = 226+194+217=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 194 (76.17% from 255 or 30.46% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C2D9 is #1D3D26. Grayscale: #CECECE. Windows color (decimal): -1916199 or 14271202. OLE color: 14271202.
HSL color Cylindrical-coordinate representation of color #E2C2D9: hue angle of 316.88º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C2D9 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 217 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.11 |
| HSL | 316.88º | 0.36% | 0.82% | - |
| HSV(B) | 316.88º | 0.14% | 0.89% | - |
| XYZ | 63.18 | 59.76 | 73.85 | - |
| YUV | 206.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 217 | 0 | 0.14 | 0.04 | 0.11 | 316.88 | 0.36 | 0.82 |
| Hex | E2 | C2 | D9 | 0 | E | 4 | B | 13D | 24 | 52 |
| Octal | 342 | 302 | 331 | 0 | 16 | 4 | 13 | 475 | 44 | 122 |
| Binary | 11100010 | 11000010 | 11011001 | 0 | 1110 | 100 | 1011 | 100111101 | 100100 | 1010010 |
Color Harmonies of #E2C2D9
Complementary color
Monochromatic Colors of #E2C2D9
Black with #E2C2D9
Text Example
Text Example
White with #E2C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C2D9; }
p { color: rgb(226,194,217); }
H1.HeaderClassName
{
color: #E2C2D9;
}
.AnyTagClassName
{
color: #E2C2D9;
}
</style>
background-color css
<style>
a { background-color: #E2C2D9; }
a { background-color: rgb(226,194,217); }
div.DivClassName
{
background-color: #E2C2D9;
}
.BgClassName
{
background-color: #E2C2D9;
}
</style>
border-color css
<style>
span { border-color: #E2C2D9; }
span { border-color: rgb(226,194,217); }
td.TdClassName
{
border-color: #E2C2D9;
}
.TagClassName
{
border-color: #E2C2D9;
}
</style>