Shades of French Lilac #EBABDF
Tints of French Lilac #EBABDF
RGB
CMYK
RGB Variations
Color information
#EBABDF (or 0xEBABDF) is known color: French Lilac. HEX triplet: EB, AB and DF. RGB value is (235,171,223). Sum of RGB (Red+Green+Blue) = 235+171+223=629 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.36% from 629); Green value is 171 (67.19% from 255 or 27.19% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 235 - color contains mainly: red. Hex color #EBABDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBABDF is #145420. Grayscale: #C3C3C3. Windows color (decimal): -1332257 or 14658539. OLE color: 14658539.
HSL color Cylindrical-coordinate representation of color #EBABDF: hue angle of 311.25º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBABDF is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 171 | 223 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.08 |
| HSL | 311.25º | 0.62% | 0.8% | - |
| HSV(B) | 311.25º | 0.27% | 0.92% | - |
| XYZ | 62.14 | 52.12 | 76.6 | - |
| YUV | 196.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 171 | 223 | 0 | 0.27 | 0.05 | 0.08 | 311.25 | 0.62 | 0.8 |
| Hex | EB | AB | DF | 0 | 1B | 5 | 8 | 137 | 3E | 50 |
| Octal | 353 | 253 | 337 | 0 | 33 | 5 | 10 | 467 | 76 | 120 |
| Binary | 11101011 | 10101011 | 11011111 | 0 | 11011 | 101 | 1000 | 100110111 | 111110 | 1010000 |
Color Harmonies of #EBABDF
Complementary color
Monochromatic Colors of #EBABDF
Black with #EBABDF
Text Example
Text Example
White with #EBABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBABDF; }
p { color: rgb(235,171,223); }
H1.HeaderClassName
{
color: #EBABDF;
}
.AnyTagClassName
{
color: #EBABDF;
}
</style>
background-color css
<style>
a { background-color: #EBABDF; }
a { background-color: rgb(235,171,223); }
div.DivClassName
{
background-color: #EBABDF;
}
.BgClassName
{
background-color: #EBABDF;
}
</style>
border-color css
<style>
span { border-color: #EBABDF; }
span { border-color: rgb(235,171,223); }
td.TdClassName
{
border-color: #EBABDF;
}
.TagClassName
{
border-color: #EBABDF;
}
</style>