Shades of French Lilac #E8C2DF
Tints of French Lilac #E8C2DF
RGB
CMYK
RGB Variations
Color information
#E8C2DF (or 0xE8C2DF) is known color: French Lilac. HEX triplet: E8, C2 and DF. RGB value is (232,194,223). Sum of RGB (Red+Green+Blue) = 232+194+223=649 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.75% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C2DF is #173D20. Grayscale: #D0D0D0. Windows color (decimal): -1522977 or 14664424. OLE color: 14664424.
HSL color Cylindrical-coordinate representation of color #E8C2DF: hue angle of 314.21º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E8C2DF is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 194 | 223 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.09 |
| HSL | 314.21º | 0.45% | 0.84% | - |
| HSV(B) | 314.21º | 0.16% | 0.91% | - |
| XYZ | 65.89 | 61.07 | 78.13 | - |
| YUV | 208.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 194 | 223 | 0 | 0.16 | 0.04 | 0.09 | 314.21 | 0.45 | 0.84 |
| Hex | E8 | C2 | DF | 0 | 10 | 4 | 9 | 13A | 2D | 54 |
| Octal | 350 | 302 | 337 | 0 | 20 | 4 | 11 | 472 | 55 | 124 |
| Binary | 11101000 | 11000010 | 11011111 | 0 | 10000 | 100 | 1001 | 100111010 | 101101 | 1010100 |
Color Harmonies of #E8C2DF
Complementary color
Monochromatic Colors of #E8C2DF
Black with #E8C2DF
Text Example
Text Example
White with #E8C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C2DF; }
p { color: rgb(232,194,223); }
H1.HeaderClassName
{
color: #E8C2DF;
}
.AnyTagClassName
{
color: #E8C2DF;
}
</style>
background-color css
<style>
a { background-color: #E8C2DF; }
a { background-color: rgb(232,194,223); }
div.DivClassName
{
background-color: #E8C2DF;
}
.BgClassName
{
background-color: #E8C2DF;
}
</style>
border-color css
<style>
span { border-color: #E8C2DF; }
span { border-color: rgb(232,194,223); }
td.TdClassName
{
border-color: #E8C2DF;
}
.TagClassName
{
border-color: #E8C2DF;
}
</style>