Shades of French Lilac #E6BAE3
Tints of French Lilac #E6BAE3
RGB
CMYK
RGB Variations
Color information
#E6BAE3 (or 0xE6BAE3) is known color: French Lilac. HEX triplet: E6, BA and E3. RGB value is (230,186,227). Sum of RGB (Red+Green+Blue) = 230+186+227=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE3 is #19451C. Grayscale: #CBCBCB. Windows color (decimal): -1656093 or 14924518. OLE color: 14924518.
HSL color Cylindrical-coordinate representation of color #E6BAE3: hue angle of 304.09º 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 #E6BAE3 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 227 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.10 |
| HSL | 304.09º | 0.47% | 0.82% | - |
| HSV(B) | 304.09º | 0.19% | 0.9% | - |
| XYZ | 64.06 | 57.49 | 80.39 | - |
| YUV | 203.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 227 | 0 | 0.19 | 0.01 | 0.10 | 304.09 | 0.47 | 0.82 |
| Hex | E6 | BA | E3 | 0 | 13 | 1 | A | 130 | 2F | 52 |
| Octal | 346 | 272 | 343 | 0 | 23 | 1 | 12 | 460 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11100011 | 0 | 10011 | 1 | 1010 | 100110000 | 101111 | 1010010 |
Color Harmonies of #E6BAE3
Complementary color
Monochromatic Colors of #E6BAE3
Black with #E6BAE3
Text Example
Text Example
White with #E6BAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAE3; }
p { color: rgb(230,186,227); }
H1.HeaderClassName
{
color: #E6BAE3;
}
.AnyTagClassName
{
color: #E6BAE3;
}
</style>
background-color css
<style>
a { background-color: #E6BAE3; }
a { background-color: rgb(230,186,227); }
div.DivClassName
{
background-color: #E6BAE3;
}
.BgClassName
{
background-color: #E6BAE3;
}
</style>
border-color css
<style>
span { border-color: #E6BAE3; }
span { border-color: rgb(230,186,227); }
td.TdClassName
{
border-color: #E6BAE3;
}
.TagClassName
{
border-color: #E6BAE3;
}
</style>