Shades of French Lilac #EABDEB
Tints of French Lilac #EABDEB
RGB
CMYK
RGB Variations
Color information
#EABDEB (or 0xEABDEB) is known color: French Lilac. HEX triplet: EA, BD and EB. RGB value is (234,189,235). Sum of RGB (Red+Green+Blue) = 234+189+235=658 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.56% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 235 (92.19% from 255 or 35.71% from 658); Max value from RGB is 235 - color contains mainly: blue. Hex color #EABDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDEB is #154214. Grayscale: #CFCFCF. Windows color (decimal): -1393173 or 15449578. OLE color: 15449578.
HSL color Cylindrical-coordinate representation of color #EABDEB: hue angle of 298.7º 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 #EABDEB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 235 | - |
| CMYK | 0.00 | 0.20 | 0 | 0.08 |
| HSL | 298.7º | 0.53% | 0.83% | - |
| HSV(B) | 298.7º | 0.2% | 0.92% | - |
| XYZ | 67.12 | 59.89 | 86.62 | - |
| YUV | 207.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 235 | 0.00 | 0.20 | 0 | 0.08 | 298.7 | 0.53 | 0.83 |
| Hex | EA | BD | EB | 0 | 14 | 0 | 8 | 12B | 35 | 53 |
| Octal | 352 | 275 | 353 | 0 | 24 | 0 | 10 | 453 | 65 | 123 |
| Binary | 11101010 | 10111101 | 11101011 | 0 | 10100 | 0 | 1000 | 100101011 | 110101 | 1010011 |
Color Harmonies of #EABDEB
Complementary color
Monochromatic Colors of #EABDEB
Black with #EABDEB
Text Example
Text Example
White with #EABDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDEB; }
p { color: rgb(234,189,235); }
H1.HeaderClassName
{
color: #EABDEB;
}
.AnyTagClassName
{
color: #EABDEB;
}
</style>
background-color css
<style>
a { background-color: #EABDEB; }
a { background-color: rgb(234,189,235); }
div.DivClassName
{
background-color: #EABDEB;
}
.BgClassName
{
background-color: #EABDEB;
}
</style>
border-color css
<style>
span { border-color: #EABDEB; }
span { border-color: rgb(234,189,235); }
td.TdClassName
{
border-color: #EABDEB;
}
.TagClassName
{
border-color: #EABDEB;
}
</style>