Shades of French Lilac #E8B6DE
Tints of French Lilac #E8B6DE
RGB
CMYK
RGB Variations
Color information
#E8B6DE (or 0xE8B6DE) is known color: French Lilac. HEX triplet: E8, B6 and DE. RGB value is (232,182,222). Sum of RGB (Red+Green+Blue) = 232+182+222=636 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.48% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B6DE is #174921. Grayscale: #C9C9C9. Windows color (decimal): -1526050 or 14595816. OLE color: 14595816.
HSL color Cylindrical-coordinate representation of color #E8B6DE: hue angle of 312º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E8B6DE is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 182 | 222 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.09 |
| HSL | 312º | 0.52% | 0.81% | - |
| HSV(B) | 312º | 0.22% | 0.91% | - |
| XYZ | 63.19 | 55.89 | 76.56 | - |
| YUV | 201.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 182 | 222 | 0 | 0.22 | 0.04 | 0.09 | 312 | 0.52 | 0.81 |
| Hex | E8 | B6 | DE | 0 | 16 | 4 | 9 | 138 | 34 | 51 |
| Octal | 350 | 266 | 336 | 0 | 26 | 4 | 11 | 470 | 64 | 121 |
| Binary | 11101000 | 10110110 | 11011110 | 0 | 10110 | 100 | 1001 | 100111000 | 110100 | 1010001 |
Color Harmonies of #E8B6DE
Complementary color
Monochromatic Colors of #E8B6DE
Black with #E8B6DE
Text Example
Text Example
White with #E8B6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B6DE; }
p { color: rgb(232,182,222); }
H1.HeaderClassName
{
color: #E8B6DE;
}
.AnyTagClassName
{
color: #E8B6DE;
}
</style>
background-color css
<style>
a { background-color: #E8B6DE; }
a { background-color: rgb(232,182,222); }
div.DivClassName
{
background-color: #E8B6DE;
}
.BgClassName
{
background-color: #E8B6DE;
}
</style>
border-color css
<style>
span { border-color: #E8B6DE; }
span { border-color: rgb(232,182,222); }
td.TdClassName
{
border-color: #E8B6DE;
}
.TagClassName
{
border-color: #E8B6DE;
}
</style>