Shades of French Lilac #EBBFDD
Tints of French Lilac #EBBFDD
RGB
CMYK
RGB Variations
Color information
#EBBFDD (or 0xEBBFDD) is known color: French Lilac. HEX triplet: EB, BF and DD. RGB value is (235,191,221). Sum of RGB (Red+Green+Blue) = 235+191+221=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 191 (75% from 255 or 29.52% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFDD is #144022. Grayscale: #CFCFCF. Windows color (decimal): -1327139 or 14532587. OLE color: 14532587.
HSL color Cylindrical-coordinate representation of color #EBBFDD: hue angle of 319.09º 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 #EBBFDD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 221 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.08 |
| HSL | 319.09º | 0.52% | 0.84% | - |
| HSV(B) | 319.09º | 0.19% | 0.92% | - |
| XYZ | 65.94 | 60.14 | 76.54 | - |
| YUV | 207.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 221 | 0 | 0.19 | 0.06 | 0.08 | 319.09 | 0.52 | 0.84 |
| Hex | EB | BF | DD | 0 | 13 | 6 | 8 | 13F | 34 | 54 |
| Octal | 353 | 277 | 335 | 0 | 23 | 6 | 10 | 477 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11011101 | 0 | 10011 | 110 | 1000 | 100111111 | 110100 | 1010100 |
Color Harmonies of #EBBFDD
Complementary color
Monochromatic Colors of #EBBFDD
Black with #EBBFDD
Text Example
Text Example
White with #EBBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFDD; }
p { color: rgb(235,191,221); }
H1.HeaderClassName
{
color: #EBBFDD;
}
.AnyTagClassName
{
color: #EBBFDD;
}
</style>
background-color css
<style>
a { background-color: #EBBFDD; }
a { background-color: rgb(235,191,221); }
div.DivClassName
{
background-color: #EBBFDD;
}
.BgClassName
{
background-color: #EBBFDD;
}
</style>
border-color css
<style>
span { border-color: #EBBFDD; }
span { border-color: rgb(235,191,221); }
td.TdClassName
{
border-color: #EBBFDD;
}
.TagClassName
{
border-color: #EBBFDD;
}
</style>