Shades of French Lilac #EBBEDF
Tints of French Lilac #EBBEDF
RGB
CMYK
RGB Variations
Color information
#EBBEDF (or 0xEBBEDF) is known color: French Lilac. HEX triplet: EB, BE and DF. RGB value is (235,190,223). Sum of RGB (Red+Green+Blue) = 235+190+223=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEDF is #144120. Grayscale: #CFCFCF. Windows color (decimal): -1327393 or 14663403. OLE color: 14663403.
HSL color Cylindrical-coordinate representation of color #EBBEDF: hue angle of 316º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEDF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 223 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.08 |
| HSL | 316º | 0.53% | 0.83% | - |
| HSV(B) | 316º | 0.19% | 0.92% | - |
| XYZ | 65.99 | 59.82 | 77.88 | - |
| YUV | 207.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 223 | 0 | 0.19 | 0.05 | 0.08 | 316 | 0.53 | 0.83 |
| Hex | EB | BE | DF | 0 | 13 | 5 | 8 | 13C | 35 | 53 |
| Octal | 353 | 276 | 337 | 0 | 23 | 5 | 10 | 474 | 65 | 123 |
| Binary | 11101011 | 10111110 | 11011111 | 0 | 10011 | 101 | 1000 | 100111100 | 110101 | 1010011 |
Color Harmonies of #EBBEDF
Complementary color
Monochromatic Colors of #EBBEDF
Black with #EBBEDF
Text Example
Text Example
White with #EBBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBEDF; }
p { color: rgb(235,190,223); }
H1.HeaderClassName
{
color: #EBBEDF;
}
.AnyTagClassName
{
color: #EBBEDF;
}
</style>
background-color css
<style>
a { background-color: #EBBEDF; }
a { background-color: rgb(235,190,223); }
div.DivClassName
{
background-color: #EBBEDF;
}
.BgClassName
{
background-color: #EBBEDF;
}
</style>
border-color css
<style>
span { border-color: #EBBEDF; }
span { border-color: rgb(235,190,223); }
td.TdClassName
{
border-color: #EBBEDF;
}
.TagClassName
{
border-color: #EBBEDF;
}
</style>