Shades of French Lilac #E6BDE5
Tints of French Lilac #E6BDE5
RGB
CMYK
RGB Variations
Color information
#E6BDE5 (or 0xE6BDE5) is known color: French Lilac. HEX triplet: E6, BD and E5. RGB value is (230,189,229). Sum of RGB (Red+Green+Blue) = 230+189+229=648 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.49% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BDE5 is #19421A. Grayscale: #CDCDCD. Windows color (decimal): -1655323 or 15056358. OLE color: 15056358.
HSL color Cylindrical-coordinate representation of color #E6BDE5: hue angle of 301.46º 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 #E6BDE5 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 229 | - |
| CMYK | 0 | 0.18 | 0.00 | 0.10 |
| HSL | 301.46º | 0.45% | 0.82% | - |
| HSV(B) | 301.46º | 0.18% | 0.9% | - |
| XYZ | 64.97 | 58.88 | 82.07 | - |
| YUV | 205.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 229 | 0 | 0.18 | 0.00 | 0.10 | 301.46 | 0.45 | 0.82 |
| Hex | E6 | BD | E5 | 0 | 12 | 0 | A | 12D | 2D | 52 |
| Octal | 346 | 275 | 345 | 0 | 22 | 0 | 12 | 455 | 55 | 122 |
| Binary | 11100110 | 10111101 | 11100101 | 0 | 10010 | 0 | 1010 | 100101101 | 101101 | 1010010 |
Color Harmonies of #E6BDE5
Complementary color
Monochromatic Colors of #E6BDE5
Black with #E6BDE5
Text Example
Text Example
White with #E6BDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BDE5; }
p { color: rgb(230,189,229); }
H1.HeaderClassName
{
color: #E6BDE5;
}
.AnyTagClassName
{
color: #E6BDE5;
}
</style>
background-color css
<style>
a { background-color: #E6BDE5; }
a { background-color: rgb(230,189,229); }
div.DivClassName
{
background-color: #E6BDE5;
}
.BgClassName
{
background-color: #E6BDE5;
}
</style>
border-color css
<style>
span { border-color: #E6BDE5; }
span { border-color: rgb(230,189,229); }
td.TdClassName
{
border-color: #E6BDE5;
}
.TagClassName
{
border-color: #E6BDE5;
}
</style>