Shades of French Lilac #E6BED9
Tints of French Lilac #E6BED9
RGB
CMYK
RGB Variations
Color information
#E6BED9 (or 0xE6BED9) is known color: French Lilac. HEX triplet: E6, BE and D9. RGB value is (230,190,217). Sum of RGB (Red+Green+Blue) = 230+190+217=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BED9 is #194126. Grayscale: #CCCCCC. Windows color (decimal): -1655079 or 14270182. OLE color: 14270182.
HSL color Cylindrical-coordinate representation of color #E6BED9: hue angle of 319.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6BED9 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 217 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.10 |
| HSL | 319.5º | 0.44% | 0.82% | - |
| HSV(B) | 319.5º | 0.17% | 0.9% | - |
| XYZ | 63.57 | 58.66 | 73.62 | - |
| YUV | 205.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 217 | 0 | 0.17 | 0.06 | 0.10 | 319.5 | 0.44 | 0.82 |
| Hex | E6 | BE | D9 | 0 | 11 | 6 | A | 140 | 2C | 52 |
| Octal | 346 | 276 | 331 | 0 | 21 | 6 | 12 | 500 | 54 | 122 |
| Binary | 11100110 | 10111110 | 11011001 | 0 | 10001 | 110 | 1010 | 101000000 | 101100 | 1010010 |
Color Harmonies of #E6BED9
Complementary color
Monochromatic Colors of #E6BED9
Black with #E6BED9
Text Example
Text Example
White with #E6BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BED9; }
p { color: rgb(230,190,217); }
H1.HeaderClassName
{
color: #E6BED9;
}
.AnyTagClassName
{
color: #E6BED9;
}
</style>
background-color css
<style>
a { background-color: #E6BED9; }
a { background-color: rgb(230,190,217); }
div.DivClassName
{
background-color: #E6BED9;
}
.BgClassName
{
background-color: #E6BED9;
}
</style>
border-color css
<style>
span { border-color: #E6BED9; }
span { border-color: rgb(230,190,217); }
td.TdClassName
{
border-color: #E6BED9;
}
.TagClassName
{
border-color: #E6BED9;
}
</style>