Shades of French Lilac #E7BEDE
Tints of French Lilac #E7BEDE
RGB
CMYK
RGB Variations
Color information
#E7BEDE (or 0xE7BEDE) is known color: French Lilac. HEX triplet: E7, BE and DE. RGB value is (231,190,222). Sum of RGB (Red+Green+Blue) = 231+190+222=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BEDE is #184121. Grayscale: #CDCDCD. Windows color (decimal): -1589538 or 14597863. OLE color: 14597863.
HSL color Cylindrical-coordinate representation of color #E7BEDE: hue angle of 313.17º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7BEDE is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 190 | 222 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.09 |
| HSL | 313.17º | 0.46% | 0.83% | - |
| HSV(B) | 313.17º | 0.18% | 0.91% | - |
| XYZ | 64.55 | 59.09 | 77.11 | - |
| YUV | 205.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 190 | 222 | 0 | 0.18 | 0.04 | 0.09 | 313.17 | 0.46 | 0.83 |
| Hex | E7 | BE | DE | 0 | 12 | 4 | 9 | 139 | 2E | 53 |
| Octal | 347 | 276 | 336 | 0 | 22 | 4 | 11 | 471 | 56 | 123 |
| Binary | 11100111 | 10111110 | 11011110 | 0 | 10010 | 100 | 1001 | 100111001 | 101110 | 1010011 |
Color Harmonies of #E7BEDE
Complementary color
Monochromatic Colors of #E7BEDE
Black with #E7BEDE
Text Example
Text Example
White with #E7BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BEDE; }
p { color: rgb(231,190,222); }
H1.HeaderClassName
{
color: #E7BEDE;
}
.AnyTagClassName
{
color: #E7BEDE;
}
</style>
background-color css
<style>
a { background-color: #E7BEDE; }
a { background-color: rgb(231,190,222); }
div.DivClassName
{
background-color: #E7BEDE;
}
.BgClassName
{
background-color: #E7BEDE;
}
</style>
border-color css
<style>
span { border-color: #E7BEDE; }
span { border-color: rgb(231,190,222); }
td.TdClassName
{
border-color: #E7BEDE;
}
.TagClassName
{
border-color: #E7BEDE;
}
</style>