Shades of French Lilac #EBBCDD
Tints of French Lilac #EBBCDD
RGB
CMYK
RGB Variations
Color information
#EBBCDD (or 0xEBBCDD) is known color: French Lilac. HEX triplet: EB, BC and DD. RGB value is (235,188,221). Sum of RGB (Red+Green+Blue) = 235+188+221=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCDD is #144322. Grayscale: #CDCDCD. Windows color (decimal): -1327907 or 14531819. OLE color: 14531819.
HSL color Cylindrical-coordinate representation of color #EBBCDD: hue angle of 317.87º degrees, saturation: 0.54, 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 #EBBCDD is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 188 | 221 | - |
| CMYK | 0 | 0.2 | 0.06 | 0.08 |
| HSL | 317.87º | 0.54% | 0.83% | - |
| HSV(B) | 317.87º | 0.2% | 0.92% | - |
| XYZ | 65.3 | 58.85 | 76.32 | - |
| YUV | 205.82 | 136.57 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 188 | 221 | 0 | 0.2 | 0.06 | 0.08 | 317.87 | 0.54 | 0.83 |
| Hex | EB | BC | DD | 0 | 14 | 6 | 8 | 13E | 36 | 53 |
| Octal | 353 | 274 | 335 | 0 | 24 | 6 | 10 | 476 | 66 | 123 |
| Binary | 11101011 | 10111100 | 11011101 | 0 | 10100 | 110 | 1000 | 100111110 | 110110 | 1010011 |
Color Harmonies of #EBBCDD
Complementary color
Monochromatic Colors of #EBBCDD
Black with #EBBCDD
Text Example
Text Example
White with #EBBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBCDD; }
p { color: rgb(235,188,221); }
H1.HeaderClassName
{
color: #EBBCDD;
}
.AnyTagClassName
{
color: #EBBCDD;
}
</style>
background-color css
<style>
a { background-color: #EBBCDD; }
a { background-color: rgb(235,188,221); }
div.DivClassName
{
background-color: #EBBCDD;
}
.BgClassName
{
background-color: #EBBCDD;
}
</style>
border-color css
<style>
span { border-color: #EBBCDD; }
span { border-color: rgb(235,188,221); }
td.TdClassName
{
border-color: #EBBCDD;
}
.TagClassName
{
border-color: #EBBCDD;
}
</style>