Shades of French Lilac #E6BDE6
Tints of French Lilac #E6BDE6
RGB
CMYK
RGB Variations
Color information
#E6BDE6 (or 0xE6BDE6) is known color: French Lilac. HEX triplet: E6, BD and E6. RGB value is (230,189,230). Sum of RGB (Red+Green+Blue) = 230+189+230=649 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.44% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6BDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDE6 is #194219. Grayscale: #CDCDCD. Windows color (decimal): -1655322 or 15121894. OLE color: 15121894.
HSL color Cylindrical-coordinate representation of color #E6BDE6: hue angle of 300º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6BDE6 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 230 | - |
| CMYK | 0 | 0.18 | 0 | 0.10 |
| HSL | 300º | 0.45% | 0.82% | - |
| HSV(B) | 300º | 0.18% | 0.9% | - |
| XYZ | 65.11 | 58.93 | 82.81 | - |
| YUV | 205.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 230 | 0 | 0.18 | 0 | 0.10 | 300 | 0.45 | 0.82 |
| Hex | E6 | BD | E6 | 0 | 12 | 0 | A | 12C | 2D | 52 |
| Octal | 346 | 275 | 346 | 0 | 22 | 0 | 12 | 454 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11100110 | 0 | 10010 | 0 | 1010 | 100101100 | 101101 | 1010010 |
Color Harmonies of #E6BDE6
Complementary color
Monochromatic Colors of #E6BDE6
Black with #E6BDE6
Text Example
Text Example
White with #E6BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDE6; }
p { color: rgb(230,189,230); }
H1.HeaderClassName
{
color: #E6BDE6;
}
.AnyTagClassName
{
color: #E6BDE6;
}
</style>
background-color css
<style>
a { background-color: #E6BDE6; }
a { background-color: rgb(230,189,230); }
div.DivClassName
{
background-color: #E6BDE6;
}
.BgClassName
{
background-color: #E6BDE6;
}
</style>
border-color css
<style>
span { border-color: #E6BDE6; }
span { border-color: rgb(230,189,230); }
td.TdClassName
{
border-color: #E6BDE6;
}
.TagClassName
{
border-color: #E6BDE6;
}
</style>