Shades of French Lilac #E2C8DE
Tints of French Lilac #E2C8DE
RGB
CMYK
RGB Variations
Color information
#E2C8DE (or 0xE2C8DE) is known color: French Lilac. HEX triplet: E2, C8 and DE. RGB value is (226,200,222). Sum of RGB (Red+Green+Blue) = 226+200+222=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C8DE is #1D3721. Grayscale: #D2D2D2. Windows color (decimal): -1914658 or 14600418. OLE color: 14600418.
HSL color Cylindrical-coordinate representation of color #E2C8DE: hue angle of 309.23º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E2C8DE is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 222 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.11 |
| HSL | 309.23º | 0.31% | 0.84% | - |
| HSV(B) | 309.23º | 0.12% | 0.89% | - |
| XYZ | 65.2 | 62.75 | 77.78 | - |
| YUV | 210.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 222 | 0 | 0.12 | 0.02 | 0.11 | 309.23 | 0.31 | 0.84 |
| Hex | E2 | C8 | DE | 0 | C | 2 | B | 135 | 1F | 54 |
| Octal | 342 | 310 | 336 | 0 | 14 | 2 | 13 | 465 | 37 | 124 |
| Binary | 11100010 | 11001000 | 11011110 | 0 | 1100 | 10 | 1011 | 100110101 | 11111 | 1010100 |
Color Harmonies of #E2C8DE
Complementary color
Monochromatic Colors of #E2C8DE
Black with #E2C8DE
Text Example
Text Example
White with #E2C8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8DE; }
p { color: rgb(226,200,222); }
H1.HeaderClassName
{
color: #E2C8DE;
}
.AnyTagClassName
{
color: #E2C8DE;
}
</style>
background-color css
<style>
a { background-color: #E2C8DE; }
a { background-color: rgb(226,200,222); }
div.DivClassName
{
background-color: #E2C8DE;
}
.BgClassName
{
background-color: #E2C8DE;
}
</style>
border-color css
<style>
span { border-color: #E2C8DE; }
span { border-color: rgb(226,200,222); }
td.TdClassName
{
border-color: #E2C8DE;
}
.TagClassName
{
border-color: #E2C8DE;
}
</style>