Shades of French Lilac #EBBFDF
Tints of French Lilac #EBBFDF
RGB
CMYK
RGB Variations
Color information
#EBBFDF (or 0xEBBFDF) is known color: French Lilac. HEX triplet: EB, BF and DF. RGB value is (235,191,223). Sum of RGB (Red+Green+Blue) = 235+191+223=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDF is #144020. Grayscale: #CFCFCF. Windows color (decimal): -1327137 or 14663659. OLE color: 14663659.
HSL color Cylindrical-coordinate representation of color #EBBFDF: hue angle of 316.36º 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 #EBBFDF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 223 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.08 |
| HSL | 316.36º | 0.52% | 0.84% | - |
| HSV(B) | 316.36º | 0.19% | 0.92% | - |
| XYZ | 66.21 | 60.25 | 77.95 | - |
| YUV | 207.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 223 | 0 | 0.19 | 0.05 | 0.08 | 316.36 | 0.52 | 0.84 |
| Hex | EB | BF | DF | 0 | 13 | 5 | 8 | 13C | 34 | 54 |
| Octal | 353 | 277 | 337 | 0 | 23 | 5 | 10 | 474 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11011111 | 0 | 10011 | 101 | 1000 | 100111100 | 110100 | 1010100 |
Color Harmonies of #EBBFDF
Complementary color
Monochromatic Colors of #EBBFDF
Black with #EBBFDF
Text Example
Text Example
White with #EBBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFDF; }
p { color: rgb(235,191,223); }
H1.HeaderClassName
{
color: #EBBFDF;
}
.AnyTagClassName
{
color: #EBBFDF;
}
</style>
background-color css
<style>
a { background-color: #EBBFDF; }
a { background-color: rgb(235,191,223); }
div.DivClassName
{
background-color: #EBBFDF;
}
.BgClassName
{
background-color: #EBBFDF;
}
</style>
border-color css
<style>
span { border-color: #EBBFDF; }
span { border-color: rgb(235,191,223); }
td.TdClassName
{
border-color: #EBBFDF;
}
.TagClassName
{
border-color: #EBBFDF;
}
</style>