Shades of French Lilac #EBBFDE
Tints of French Lilac #EBBFDE
RGB
CMYK
RGB Variations
Color information
#EBBFDE (or 0xEBBFDE) is known color: French Lilac. HEX triplet: EB, BF and DE. RGB value is (235,191,222). Sum of RGB (Red+Green+Blue) = 235+191+222=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDE is #144021. Grayscale: #CFCFCF. Windows color (decimal): -1327138 or 14598123. OLE color: 14598123.
HSL color Cylindrical-coordinate representation of color #EBBFDE: hue angle of 317.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFDE is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 222 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.08 |
| HSL | 317.73º | 0.52% | 0.84% | - |
| HSV(B) | 317.73º | 0.19% | 0.92% | - |
| XYZ | 66.08 | 60.2 | 77.24 | - |
| YUV | 207.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 222 | 0 | 0.19 | 0.06 | 0.08 | 317.73 | 0.52 | 0.84 |
| Hex | EB | BF | DE | 0 | 13 | 6 | 8 | 13E | 34 | 54 |
| Octal | 353 | 277 | 336 | 0 | 23 | 6 | 10 | 476 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11011110 | 0 | 10011 | 110 | 1000 | 100111110 | 110100 | 1010100 |
Color Harmonies of #EBBFDE
Complementary color
Monochromatic Colors of #EBBFDE
Black with #EBBFDE
Text Example
Text Example
White with #EBBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFDE; }
p { color: rgb(235,191,222); }
H1.HeaderClassName
{
color: #EBBFDE;
}
.AnyTagClassName
{
color: #EBBFDE;
}
</style>
background-color css
<style>
a { background-color: #EBBFDE; }
a { background-color: rgb(235,191,222); }
div.DivClassName
{
background-color: #EBBFDE;
}
.BgClassName
{
background-color: #EBBFDE;
}
</style>
border-color css
<style>
span { border-color: #EBBFDE; }
span { border-color: rgb(235,191,222); }
td.TdClassName
{
border-color: #EBBFDE;
}
.TagClassName
{
border-color: #EBBFDE;
}
</style>