Shades of French Lilac #EBBADD
Tints of French Lilac #EBBADD
RGB
CMYK
RGB Variations
Color information
#EBBADD (or 0xEBBADD) is known color: French Lilac. HEX triplet: EB, BA and DD. RGB value is (235,186,221). Sum of RGB (Red+Green+Blue) = 235+186+221=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 186 (73.05% from 255 or 28.97% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBADD is #144522. Grayscale: #CCCCCC. Windows color (decimal): -1328419 or 14531307. OLE color: 14531307.
HSL color Cylindrical-coordinate representation of color #EBBADD: hue angle of 317.14º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBADD is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 221 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.08 |
| HSL | 317.14º | 0.55% | 0.83% | - |
| HSV(B) | 317.14º | 0.21% | 0.92% | - |
| XYZ | 64.87 | 58 | 76.18 | - |
| YUV | 204.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 221 | 0 | 0.21 | 0.06 | 0.08 | 317.14 | 0.55 | 0.83 |
| Hex | EB | BA | DD | 0 | 15 | 6 | 8 | 13D | 37 | 53 |
| Octal | 353 | 272 | 335 | 0 | 25 | 6 | 10 | 475 | 67 | 123 |
| Binary | 11101011 | 10111010 | 11011101 | 0 | 10101 | 110 | 1000 | 100111101 | 110111 | 1010011 |
Color Harmonies of #EBBADD
Complementary color
Monochromatic Colors of #EBBADD
Black with #EBBADD
Text Example
Text Example
White with #EBBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBADD; }
p { color: rgb(235,186,221); }
H1.HeaderClassName
{
color: #EBBADD;
}
.AnyTagClassName
{
color: #EBBADD;
}
</style>
background-color css
<style>
a { background-color: #EBBADD; }
a { background-color: rgb(235,186,221); }
div.DivClassName
{
background-color: #EBBADD;
}
.BgClassName
{
background-color: #EBBADD;
}
</style>
border-color css
<style>
span { border-color: #EBBADD; }
span { border-color: rgb(235,186,221); }
td.TdClassName
{
border-color: #EBBADD;
}
.TagClassName
{
border-color: #EBBADD;
}
</style>