Shades of French Lilac #E6BAE0
Tints of French Lilac #E6BAE0
RGB
CMYK
RGB Variations
Color information
#E6BAE0 (or 0xE6BAE0) is known color: French Lilac. HEX triplet: E6, BA and E0. RGB value is (230,186,224). Sum of RGB (Red+Green+Blue) = 230+186+224=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 186 (73.05% from 255 or 29.06% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE0 is #19451F. Grayscale: #CBCBCB. Windows color (decimal): -1656096 or 14727910. OLE color: 14727910.
HSL color Cylindrical-coordinate representation of color #E6BAE0: hue angle of 308.18º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BAE0 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 224 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.10 |
| HSL | 308.18º | 0.47% | 0.82% | - |
| HSV(B) | 308.18º | 0.19% | 0.9% | - |
| XYZ | 63.65 | 57.32 | 78.23 | - |
| YUV | 203.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 224 | 0 | 0.19 | 0.03 | 0.10 | 308.18 | 0.47 | 0.82 |
| Hex | E6 | BA | E0 | 0 | 13 | 3 | A | 134 | 2F | 52 |
| Octal | 346 | 272 | 340 | 0 | 23 | 3 | 12 | 464 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11100000 | 0 | 10011 | 11 | 1010 | 100110100 | 101111 | 1010010 |
Color Harmonies of #E6BAE0
Complementary color
Monochromatic Colors of #E6BAE0
Black with #E6BAE0
Text Example
Text Example
White with #E6BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAE0; }
p { color: rgb(230,186,224); }
H1.HeaderClassName
{
color: #E6BAE0;
}
.AnyTagClassName
{
color: #E6BAE0;
}
</style>
background-color css
<style>
a { background-color: #E6BAE0; }
a { background-color: rgb(230,186,224); }
div.DivClassName
{
background-color: #E6BAE0;
}
.BgClassName
{
background-color: #E6BAE0;
}
</style>
border-color css
<style>
span { border-color: #E6BAE0; }
span { border-color: rgb(230,186,224); }
td.TdClassName
{
border-color: #E6BAE0;
}
.TagClassName
{
border-color: #E6BAE0;
}
</style>