Shades of French Lilac #E2CEDC
Tints of French Lilac #E2CEDC
RGB
CMYK
RGB Variations
Color information
#E2CEDC (or 0xE2CEDC) is known color: French Lilac. HEX triplet: E2, CE and DC. RGB value is (226,206,220). Sum of RGB (Red+Green+Blue) = 226+206+220=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CEDC is #1D3123. Grayscale: #D5D5D5. Windows color (decimal): -1913124 or 14470882. OLE color: 14470882.
HSL color Cylindrical-coordinate representation of color #E2CEDC: hue angle of 318º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CEDC is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 220 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.11 |
| HSL | 318º | 0.26% | 0.85% | - |
| HSV(B) | 318º | 0.09% | 0.89% | - |
| XYZ | 66.35 | 65.48 | 76.85 | - |
| YUV | 213.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 220 | 0 | 0.09 | 0.03 | 0.11 | 318 | 0.26 | 0.85 |
| Hex | E2 | CE | DC | 0 | 9 | 3 | B | 13E | 1A | 55 |
| Octal | 342 | 316 | 334 | 0 | 11 | 3 | 13 | 476 | 32 | 125 |
| Binary | 11100010 | 11001110 | 11011100 | 0 | 1001 | 11 | 1011 | 100111110 | 11010 | 1010101 |
Color Harmonies of #E2CEDC
Complementary color
Monochromatic Colors of #E2CEDC
Black with #E2CEDC
Text Example
Text Example
White with #E2CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CEDC; }
p { color: rgb(226,206,220); }
H1.HeaderClassName
{
color: #E2CEDC;
}
.AnyTagClassName
{
color: #E2CEDC;
}
</style>
background-color css
<style>
a { background-color: #E2CEDC; }
a { background-color: rgb(226,206,220); }
div.DivClassName
{
background-color: #E2CEDC;
}
.BgClassName
{
background-color: #E2CEDC;
}
</style>
border-color css
<style>
span { border-color: #E2CEDC; }
span { border-color: rgb(226,206,220); }
td.TdClassName
{
border-color: #E2CEDC;
}
.TagClassName
{
border-color: #E2CEDC;
}
</style>