Shades of French Lilac #E8B6DF
Tints of French Lilac #E8B6DF
RGB
CMYK
RGB Variations
Color information
#E8B6DF (or 0xE8B6DF) is known color: French Lilac. HEX triplet: E8, B6 and DF. RGB value is (232,182,223). Sum of RGB (Red+Green+Blue) = 232+182+223=637 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.42% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8B6DF is #174920. Grayscale: #C9C9C9. Windows color (decimal): -1526049 or 14661352. OLE color: 14661352.
HSL color Cylindrical-coordinate representation of color #E8B6DF: hue angle of 310.8º 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 #E8B6DF is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 182 | 223 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.09 |
| HSL | 310.8º | 0.52% | 0.81% | - |
| HSV(B) | 310.8º | 0.22% | 0.91% | - |
| XYZ | 63.33 | 55.94 | 77.27 | - |
| YUV | 201.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 182 | 223 | 0 | 0.22 | 0.04 | 0.09 | 310.8 | 0.52 | 0.81 |
| Hex | E8 | B6 | DF | 0 | 16 | 4 | 9 | 137 | 34 | 51 |
| Octal | 350 | 266 | 337 | 0 | 26 | 4 | 11 | 467 | 64 | 121 |
| Binary | 11101000 | 10110110 | 11011111 | 0 | 10110 | 100 | 1001 | 100110111 | 110100 | 1010001 |
Color Harmonies of #E8B6DF
Complementary color
Monochromatic Colors of #E8B6DF
Black with #E8B6DF
Text Example
Text Example
White with #E8B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B6DF; }
p { color: rgb(232,182,223); }
H1.HeaderClassName
{
color: #E8B6DF;
}
.AnyTagClassName
{
color: #E8B6DF;
}
</style>
background-color css
<style>
a { background-color: #E8B6DF; }
a { background-color: rgb(232,182,223); }
div.DivClassName
{
background-color: #E8B6DF;
}
.BgClassName
{
background-color: #E8B6DF;
}
</style>
border-color css
<style>
span { border-color: #E8B6DF; }
span { border-color: rgb(232,182,223); }
td.TdClassName
{
border-color: #E8B6DF;
}
.TagClassName
{
border-color: #E8B6DF;
}
</style>