Shades of French Lilac #E1C2DD
Tints of French Lilac #E1C2DD
RGB
CMYK
RGB Variations
Color information
#E1C2DD (or 0xE1C2DD) is known color: French Lilac. HEX triplet: E1, C2 and DD. RGB value is (225,194,221). Sum of RGB (Red+Green+Blue) = 225+194+221=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 194 (76.17% from 255 or 30.31% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2DD is #1E3D22. Grayscale: #CECECE. Windows color (decimal): -1981731 or 14533345. OLE color: 14533345.
HSL color Cylindrical-coordinate representation of color #E1C2DD: hue angle of 307.74º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1C2DD is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 221 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.12 |
| HSL | 307.74º | 0.34% | 0.82% | - |
| HSV(B) | 307.74º | 0.14% | 0.88% | - |
| XYZ | 63.39 | 59.81 | 76.61 | - |
| YUV | 206.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 221 | 0 | 0.14 | 0.02 | 0.12 | 307.74 | 0.34 | 0.82 |
| Hex | E1 | C2 | DD | 0 | E | 2 | C | 134 | 22 | 52 |
| Octal | 341 | 302 | 335 | 0 | 16 | 2 | 14 | 464 | 42 | 122 |
| Binary | 11100001 | 11000010 | 11011101 | 0 | 1110 | 10 | 1100 | 100110100 | 100010 | 1010010 |
Color Harmonies of #E1C2DD
Complementary color
Monochromatic Colors of #E1C2DD
Black with #E1C2DD
Text Example
Text Example
White with #E1C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C2DD; }
p { color: rgb(225,194,221); }
H1.HeaderClassName
{
color: #E1C2DD;
}
.AnyTagClassName
{
color: #E1C2DD;
}
</style>
background-color css
<style>
a { background-color: #E1C2DD; }
a { background-color: rgb(225,194,221); }
div.DivClassName
{
background-color: #E1C2DD;
}
.BgClassName
{
background-color: #E1C2DD;
}
</style>
border-color css
<style>
span { border-color: #E1C2DD; }
span { border-color: rgb(225,194,221); }
td.TdClassName
{
border-color: #E1C2DD;
}
.TagClassName
{
border-color: #E1C2DD;
}
</style>