Shades of French Lilac #EBB9DE
Tints of French Lilac #EBB9DE
RGB
CMYK
RGB Variations
Color information
#EBB9DE (or 0xEBB9DE) is known color: French Lilac. HEX triplet: EB, B9 and DE. RGB value is (235,185,222). Sum of RGB (Red+Green+Blue) = 235+185+222=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9DE is #144621. Grayscale: #CCCCCC. Windows color (decimal): -1328674 or 14596587. OLE color: 14596587.
HSL color Cylindrical-coordinate representation of color #EBB9DE: hue angle of 315.6º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBB9DE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 185 | 222 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 315.6º | 0.56% | 0.82% | - |
| HSV(B) | 315.6º | 0.21% | 0.92% | - |
| XYZ | 64.79 | 57.63 | 76.82 | - |
| YUV | 204.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 185 | 222 | 0 | 0.21 | 0.06 | 0.08 | 315.6 | 0.56 | 0.82 |
| Hex | EB | B9 | DE | 0 | 15 | 6 | 8 | 13C | 38 | 52 |
| Octal | 353 | 271 | 336 | 0 | 25 | 6 | 10 | 474 | 70 | 122 |
| Binary | 11101011 | 10111001 | 11011110 | 0 | 10101 | 110 | 1000 | 100111100 | 111000 | 1010010 |
Color Harmonies of #EBB9DE
Complementary color
Monochromatic Colors of #EBB9DE
Black with #EBB9DE
Text Example
Text Example
White with #EBB9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB9DE; }
p { color: rgb(235,185,222); }
H1.HeaderClassName
{
color: #EBB9DE;
}
.AnyTagClassName
{
color: #EBB9DE;
}
</style>
background-color css
<style>
a { background-color: #EBB9DE; }
a { background-color: rgb(235,185,222); }
div.DivClassName
{
background-color: #EBB9DE;
}
.BgClassName
{
background-color: #EBB9DE;
}
</style>
border-color css
<style>
span { border-color: #EBB9DE; }
span { border-color: rgb(235,185,222); }
td.TdClassName
{
border-color: #EBB9DE;
}
.TagClassName
{
border-color: #EBB9DE;
}
</style>