Shades of French Lilac #E6BAE4
Tints of French Lilac #E6BAE4
RGB
CMYK
RGB Variations
Color information
#E6BAE4 (or 0xE6BAE4) is known color: French Lilac. HEX triplet: E6, BA and E4. RGB value is (230,186,228). Sum of RGB (Red+Green+Blue) = 230+186+228=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BAE4 is #19451B. Grayscale: #CBCBCB. Windows color (decimal): -1656092 or 14990054. OLE color: 14990054.
HSL color Cylindrical-coordinate representation of color #E6BAE4: hue angle of 302.73º 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 #E6BAE4 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 228 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.10 |
| HSL | 302.73º | 0.47% | 0.82% | - |
| HSV(B) | 302.73º | 0.19% | 0.9% | - |
| XYZ | 64.2 | 57.54 | 81.12 | - |
| YUV | 203.94 | 141.58 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 228 | 0 | 0.19 | 0.01 | 0.10 | 302.73 | 0.47 | 0.82 |
| Hex | E6 | BA | E4 | 0 | 13 | 1 | A | 12F | 2F | 52 |
| Octal | 346 | 272 | 344 | 0 | 23 | 1 | 12 | 457 | 57 | 122 |
| Binary | 11100110 | 10111010 | 11100100 | 0 | 10011 | 1 | 1010 | 100101111 | 101111 | 1010010 |
Color Harmonies of #E6BAE4
Complementary color
Monochromatic Colors of #E6BAE4
Black with #E6BAE4
Text Example
Text Example
White with #E6BAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAE4; }
p { color: rgb(230,186,228); }
H1.HeaderClassName
{
color: #E6BAE4;
}
.AnyTagClassName
{
color: #E6BAE4;
}
</style>
background-color css
<style>
a { background-color: #E6BAE4; }
a { background-color: rgb(230,186,228); }
div.DivClassName
{
background-color: #E6BAE4;
}
.BgClassName
{
background-color: #E6BAE4;
}
</style>
border-color css
<style>
span { border-color: #E6BAE4; }
span { border-color: rgb(230,186,228); }
td.TdClassName
{
border-color: #E6BAE4;
}
.TagClassName
{
border-color: #E6BAE4;
}
</style>