Shades of French Lilac #E8C0E6
Tints of French Lilac #E8C0E6
RGB
CMYK
RGB Variations
Color information
#E8C0E6 (or 0xE8C0E6) is known color: French Lilac. HEX triplet: E8, C0 and E6. RGB value is (232,192,230). Sum of RGB (Red+Green+Blue) = 232+192+230=654 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.47% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0E6 is #173F19. Grayscale: #D0D0D0. Windows color (decimal): -1523482 or 15122664. OLE color: 15122664.
HSL color Cylindrical-coordinate representation of color #E8C0E6: hue angle of 303º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E8C0E6 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 192 | 230 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.09 |
| HSL | 303º | 0.47% | 0.83% | - |
| HSV(B) | 303º | 0.17% | 0.91% | - |
| XYZ | 66.41 | 60.57 | 83.05 | - |
| YUV | 208.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 192 | 230 | 0 | 0.17 | 0.01 | 0.09 | 303 | 0.47 | 0.83 |
| Hex | E8 | C0 | E6 | 0 | 11 | 1 | 9 | 12F | 2F | 53 |
| Octal | 350 | 300 | 346 | 0 | 21 | 1 | 11 | 457 | 57 | 123 |
| Binary | 11101000 | 11000000 | 11100110 | 0 | 10001 | 1 | 1001 | 100101111 | 101111 | 1010011 |
Color Harmonies of #E8C0E6
Complementary color
Monochromatic Colors of #E8C0E6
Black with #E8C0E6
Text Example
Text Example
White with #E8C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C0E6; }
p { color: rgb(232,192,230); }
H1.HeaderClassName
{
color: #E8C0E6;
}
.AnyTagClassName
{
color: #E8C0E6;
}
</style>
background-color css
<style>
a { background-color: #E8C0E6; }
a { background-color: rgb(232,192,230); }
div.DivClassName
{
background-color: #E8C0E6;
}
.BgClassName
{
background-color: #E8C0E6;
}
</style>
border-color css
<style>
span { border-color: #E8C0E6; }
span { border-color: rgb(232,192,230); }
td.TdClassName
{
border-color: #E8C0E6;
}
.TagClassName
{
border-color: #E8C0E6;
}
</style>