Shades of French Lilac #E6BAE6
Tints of French Lilac #E6BAE6
RGB
CMYK
RGB Variations
Color information
#E6BAE6 (or 0xE6BAE6) is known color: French Lilac. HEX triplet: E6, BA and E6. RGB value is (230,186,230). Sum of RGB (Red+Green+Blue) = 230+186+230=646 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.60% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BAE6 is #194519. Grayscale: #CCCCCC. Windows color (decimal): -1656090 or 15121126. OLE color: 15121126.
HSL color Cylindrical-coordinate representation of color #E6BAE6: hue angle of 300º 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 #E6BAE6 is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 186 | 230 | - |
CMYK | 0 | 0.19 | 0 | 0.10 |
HSL | 300º | 0.47% | 0.82% | - |
HSV(B) | 300º | 0.19% | 0.9% | - |
XYZ | 64.47 | 57.65 | 82.59 | - |
YUV | 204.17 | 142.58 | 146.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 186 | 230 | 0 | 0.19 | 0 | 0.10 | 300 | 0.47 | 0.82 |
Hex | E6 | BA | E6 | 0 | 13 | 0 | A | 12C | 2F | 52 |
Octal | 346 | 272 | 346 | 0 | 23 | 0 | 12 | 454 | 57 | 122 |
Binary | 11100110 | 10111010 | 11100110 | 0 | 10011 | 0 | 1010 | 100101100 | 101111 | 1010010 |
Color Harmonies of #E6BAE6
Complementary color
Monochromatic Colors of #E6BAE6
Black with #E6BAE6
Text Example
Text Example
White with #E6BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BAE6; }
p { color: rgb(230,186,230); }
H1.HeaderClassName
{
color: #E6BAE6;
}
.AnyTagClassName
{
color: #E6BAE6;
}
</style>
background-color css
<style>
a { background-color: #E6BAE6; }
a { background-color: rgb(230,186,230); }
div.DivClassName
{
background-color: #E6BAE6;
}
.BgClassName
{
background-color: #E6BAE6;
}
</style>
border-color css
<style>
span { border-color: #E6BAE6; }
span { border-color: rgb(230,186,230); }
td.TdClassName
{
border-color: #E6BAE6;
}
.TagClassName
{
border-color: #E6BAE6;
}
</style>