Shades of French Lilac #E7BADC
Tints of French Lilac #E7BADC
RGB
CMYK
RGB Variations
Color information
#E7BADC (or 0xE7BADC) is known color: French Lilac. HEX triplet: E7, BA and DC. RGB value is (231,186,220). Sum of RGB (Red+Green+Blue) = 231+186+220=637 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.26% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BADC is #184523. Grayscale: #CBCBCB. Windows color (decimal): -1590564 or 14465767. OLE color: 14465767.
HSL color Cylindrical-coordinate representation of color #E7BADC: hue angle of 314.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BADC is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 186 | 220 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.09 |
| HSL | 314.67º | 0.48% | 0.82% | - |
| HSV(B) | 314.67º | 0.19% | 0.91% | - |
| XYZ | 63.43 | 57.27 | 75.42 | - |
| YUV | 203.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 186 | 220 | 0 | 0.19 | 0.05 | 0.09 | 314.67 | 0.48 | 0.82 |
| Hex | E7 | BA | DC | 0 | 13 | 5 | 9 | 13B | 30 | 52 |
| Octal | 347 | 272 | 334 | 0 | 23 | 5 | 11 | 473 | 60 | 122 |
| Binary | 11100111 | 10111010 | 11011100 | 0 | 10011 | 101 | 1001 | 100111011 | 110000 | 1010010 |
Color Harmonies of #E7BADC
Complementary color
Monochromatic Colors of #E7BADC
Black with #E7BADC
Text Example
Text Example
White with #E7BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BADC; }
p { color: rgb(231,186,220); }
H1.HeaderClassName
{
color: #E7BADC;
}
.AnyTagClassName
{
color: #E7BADC;
}
</style>
background-color css
<style>
a { background-color: #E7BADC; }
a { background-color: rgb(231,186,220); }
div.DivClassName
{
background-color: #E7BADC;
}
.BgClassName
{
background-color: #E7BADC;
}
</style>
border-color css
<style>
span { border-color: #E7BADC; }
span { border-color: rgb(231,186,220); }
td.TdClassName
{
border-color: #E7BADC;
}
.TagClassName
{
border-color: #E7BADC;
}
</style>