Shades of French Lilac #E2C8DD
Tints of French Lilac #E2C8DD
RGB
CMYK
RGB Variations
Color information
#E2C8DD (or 0xE2C8DD) is known color: French Lilac. HEX triplet: E2, C8 and DD. RGB value is (226,200,221). Sum of RGB (Red+Green+Blue) = 226+200+221=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 200 (78.52% from 255 or 30.91% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C8DD is #1D3722. Grayscale: #D2D2D2. Windows color (decimal): -1914659 or 14534882. OLE color: 14534882.
HSL color Cylindrical-coordinate representation of color #E2C8DD: hue angle of 311.54º 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 #E2C8DD is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 221 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.11 |
| HSL | 311.54º | 0.31% | 0.84% | - |
| HSV(B) | 311.54º | 0.12% | 0.89% | - |
| XYZ | 65.07 | 62.7 | 77.08 | - |
| YUV | 210.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 221 | 0 | 0.12 | 0.02 | 0.11 | 311.54 | 0.31 | 0.84 |
| Hex | E2 | C8 | DD | 0 | C | 2 | B | 138 | 1F | 54 |
| Octal | 342 | 310 | 335 | 0 | 14 | 2 | 13 | 470 | 37 | 124 |
| Binary | 11100010 | 11001000 | 11011101 | 0 | 1100 | 10 | 1011 | 100111000 | 11111 | 1010100 |
Color Harmonies of #E2C8DD
Complementary color
Monochromatic Colors of #E2C8DD
Black with #E2C8DD
Text Example
Text Example
White with #E2C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C8DD; }
p { color: rgb(226,200,221); }
H1.HeaderClassName
{
color: #E2C8DD;
}
.AnyTagClassName
{
color: #E2C8DD;
}
</style>
background-color css
<style>
a { background-color: #E2C8DD; }
a { background-color: rgb(226,200,221); }
div.DivClassName
{
background-color: #E2C8DD;
}
.BgClassName
{
background-color: #E2C8DD;
}
</style>
border-color css
<style>
span { border-color: #E2C8DD; }
span { border-color: rgb(226,200,221); }
td.TdClassName
{
border-color: #E2C8DD;
}
.TagClassName
{
border-color: #E2C8DD;
}
</style>