Shades of French Lilac #EBBDE6
Tints of French Lilac #EBBDE6
RGB
CMYK
RGB Variations
Color information
#EBBDE6 (or 0xEBBDE6) is known color: French Lilac. HEX triplet: EB, BD and E6. RGB value is (235,189,230). Sum of RGB (Red+Green+Blue) = 235+189+230=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDE6 is #144219. Grayscale: #CFCFCF. Windows color (decimal): -1327642 or 15121899. OLE color: 15121899.
HSL color Cylindrical-coordinate representation of color #EBBDE6: hue angle of 306.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDE6 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 230 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.08 |
| HSL | 306.52º | 0.53% | 0.83% | - |
| HSV(B) | 306.52º | 0.2% | 0.92% | - |
| XYZ | 66.74 | 59.77 | 82.88 | - |
| YUV | 207.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 230 | 0 | 0.20 | 0.02 | 0.08 | 306.52 | 0.53 | 0.83 |
| Hex | EB | BD | E6 | 0 | 14 | 2 | 8 | 133 | 35 | 53 |
| Octal | 353 | 275 | 346 | 0 | 24 | 2 | 10 | 463 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11100110 | 0 | 10100 | 10 | 1000 | 100110011 | 110101 | 1010011 |
Color Harmonies of #EBBDE6
Complementary color
Monochromatic Colors of #EBBDE6
Black with #EBBDE6
Text Example
Text Example
White with #EBBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDE6; }
p { color: rgb(235,189,230); }
H1.HeaderClassName
{
color: #EBBDE6;
}
.AnyTagClassName
{
color: #EBBDE6;
}
</style>
background-color css
<style>
a { background-color: #EBBDE6; }
a { background-color: rgb(235,189,230); }
div.DivClassName
{
background-color: #EBBDE6;
}
.BgClassName
{
background-color: #EBBDE6;
}
</style>
border-color css
<style>
span { border-color: #EBBDE6; }
span { border-color: rgb(235,189,230); }
td.TdClassName
{
border-color: #EBBDE6;
}
.TagClassName
{
border-color: #EBBDE6;
}
</style>