Shades of French Lilac #EBBDE3
Tints of French Lilac #EBBDE3
RGB
CMYK
RGB Variations
Color information
#EBBDE3 (or 0xEBBDE3) is known color: French Lilac. HEX triplet: EB, BD and E3. RGB value is (235,189,227). Sum of RGB (Red+Green+Blue) = 235+189+227=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 189 (74.22% from 255 or 29.03% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDE3 is #14421C. Grayscale: #CECECE. Windows color (decimal): -1327645 or 14925291. OLE color: 14925291.
HSL color Cylindrical-coordinate representation of color #EBBDE3: hue angle of 310.43º 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 #EBBDE3 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 227 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.08 |
| HSL | 310.43º | 0.53% | 0.83% | - |
| HSV(B) | 310.43º | 0.2% | 0.92% | - |
| XYZ | 66.32 | 59.6 | 80.68 | - |
| YUV | 207.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 227 | 0 | 0.20 | 0.03 | 0.08 | 310.43 | 0.53 | 0.83 |
| Hex | EB | BD | E3 | 0 | 14 | 3 | 8 | 136 | 35 | 53 |
| Octal | 353 | 275 | 343 | 0 | 24 | 3 | 10 | 466 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11100011 | 0 | 10100 | 11 | 1000 | 100110110 | 110101 | 1010011 |
Color Harmonies of #EBBDE3
Complementary color
Monochromatic Colors of #EBBDE3
Black with #EBBDE3
Text Example
Text Example
White with #EBBDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDE3; }
p { color: rgb(235,189,227); }
H1.HeaderClassName
{
color: #EBBDE3;
}
.AnyTagClassName
{
color: #EBBDE3;
}
</style>
background-color css
<style>
a { background-color: #EBBDE3; }
a { background-color: rgb(235,189,227); }
div.DivClassName
{
background-color: #EBBDE3;
}
.BgClassName
{
background-color: #EBBDE3;
}
</style>
border-color css
<style>
span { border-color: #EBBDE3; }
span { border-color: rgb(235,189,227); }
td.TdClassName
{
border-color: #EBBDE3;
}
.TagClassName
{
border-color: #EBBDE3;
}
</style>