Shades of French Lilac #E2C2D8
Tints of French Lilac #E2C2D8
RGB
CMYK
RGB Variations
Color information
#E2C2D8 (or 0xE2C2D8) is known color: French Lilac. HEX triplet: E2, C2 and D8. RGB value is (226,194,216). Sum of RGB (Red+Green+Blue) = 226+194+216=636 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.53% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C2D8 is #1D3D27. Grayscale: #CECECE. Windows color (decimal): -1916200 or 14205666. OLE color: 14205666.
HSL color Cylindrical-coordinate representation of color #E2C2D8: hue angle of 318.75º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2C2D8 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 194 | 216 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.11 |
| HSL | 318.75º | 0.36% | 0.82% | - |
| HSV(B) | 318.75º | 0.14% | 0.89% | - |
| XYZ | 63.05 | 59.71 | 73.17 | - |
| YUV | 206.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 194 | 216 | 0 | 0.14 | 0.04 | 0.11 | 318.75 | 0.36 | 0.82 |
| Hex | E2 | C2 | D8 | 0 | E | 4 | B | 13F | 24 | 52 |
| Octal | 342 | 302 | 330 | 0 | 16 | 4 | 13 | 477 | 44 | 122 |
| Binary | 11100010 | 11000010 | 11011000 | 0 | 1110 | 100 | 1011 | 100111111 | 100100 | 1010010 |
Color Harmonies of #E2C2D8
Complementary color
Monochromatic Colors of #E2C2D8
Black with #E2C2D8
Text Example
Text Example
White with #E2C2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C2D8; }
p { color: rgb(226,194,216); }
H1.HeaderClassName
{
color: #E2C2D8;
}
.AnyTagClassName
{
color: #E2C2D8;
}
</style>
background-color css
<style>
a { background-color: #E2C2D8; }
a { background-color: rgb(226,194,216); }
div.DivClassName
{
background-color: #E2C2D8;
}
.BgClassName
{
background-color: #E2C2D8;
}
</style>
border-color css
<style>
span { border-color: #E2C2D8; }
span { border-color: rgb(226,194,216); }
td.TdClassName
{
border-color: #E2C2D8;
}
.TagClassName
{
border-color: #E2C2D8;
}
</style>