Shades of French Lilac #EBB8EA
Tints of French Lilac #EBB8EA
RGB
CMYK
RGB Variations
Color information
#EBB8EA (or 0xEBB8EA) is known color: French Lilac. HEX triplet: EB, B8 and EA. RGB value is (235,184,234). Sum of RGB (Red+Green+Blue) = 235+184+234=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 184 (72.27% from 255 or 28.18% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8EA is #144715. Grayscale: #CCCCCC. Windows color (decimal): -1328918 or 15382763. OLE color: 15382763.
HSL color Cylindrical-coordinate representation of color #EBB8EA: hue angle of 301.18º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8EA is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 234 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.08 |
| HSL | 301.18º | 0.56% | 0.82% | - |
| HSV(B) | 301.18º | 0.22% | 0.92% | - |
| XYZ | 66.25 | 57.88 | 85.52 | - |
| YUV | 204.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 234 | 0 | 0.22 | 0.00 | 0.08 | 301.18 | 0.56 | 0.82 |
| Hex | EB | B8 | EA | 0 | 16 | 0 | 8 | 12D | 38 | 52 |
| Octal | 353 | 270 | 352 | 0 | 26 | 0 | 10 | 455 | 70 | 122 |
| Binary | 11101011 | 10111000 | 11101010 | 0 | 10110 | 0 | 1000 | 100101101 | 111000 | 1010010 |
Color Harmonies of #EBB8EA
Complementary color
Monochromatic Colors of #EBB8EA
Black with #EBB8EA
Text Example
Text Example
White with #EBB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8EA; }
p { color: rgb(235,184,234); }
H1.HeaderClassName
{
color: #EBB8EA;
}
.AnyTagClassName
{
color: #EBB8EA;
}
</style>
background-color css
<style>
a { background-color: #EBB8EA; }
a { background-color: rgb(235,184,234); }
div.DivClassName
{
background-color: #EBB8EA;
}
.BgClassName
{
background-color: #EBB8EA;
}
</style>
border-color css
<style>
span { border-color: #EBB8EA; }
span { border-color: rgb(235,184,234); }
td.TdClassName
{
border-color: #EBB8EA;
}
.TagClassName
{
border-color: #EBB8EA;
}
</style>