Shades of French Lilac #EDBFEA
Tints of French Lilac #EDBFEA
RGB
CMYK
RGB Variations
Color information
#EDBFEA (or 0xEDBFEA) is known color: French Lilac. HEX triplet: ED, BF and EA. RGB value is (237,191,234). Sum of RGB (Red+Green+Blue) = 237+191+234=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 191 (75% from 255 or 28.85% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFEA is #124015. Grayscale: #D1D1D1. Windows color (decimal): -1196054 or 15384557. OLE color: 15384557.
HSL color Cylindrical-coordinate representation of color #EDBFEA: hue angle of 303.91º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDBFEA is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 234 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.07 |
| HSL | 303.91º | 0.56% | 0.84% | - |
| HSV(B) | 303.91º | 0.19% | 0.93% | - |
| XYZ | 68.41 | 61.21 | 86.05 | - |
| YUV | 209.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 234 | 0 | 0.19 | 0.01 | 0.07 | 303.91 | 0.56 | 0.84 |
| Hex | ED | BF | EA | 0 | 13 | 1 | 7 | 130 | 38 | 54 |
| Octal | 355 | 277 | 352 | 0 | 23 | 1 | 7 | 460 | 70 | 124 |
| Binary | 11101101 | 10111111 | 11101010 | 0 | 10011 | 1 | 111 | 100110000 | 111000 | 1010100 |
Color Harmonies of #EDBFEA
Complementary color
Monochromatic Colors of #EDBFEA
Black with #EDBFEA
Text Example
Text Example
White with #EDBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFEA; }
p { color: rgb(237,191,234); }
H1.HeaderClassName
{
color: #EDBFEA;
}
.AnyTagClassName
{
color: #EDBFEA;
}
</style>
background-color css
<style>
a { background-color: #EDBFEA; }
a { background-color: rgb(237,191,234); }
div.DivClassName
{
background-color: #EDBFEA;
}
.BgClassName
{
background-color: #EDBFEA;
}
</style>
border-color css
<style>
span { border-color: #EDBFEA; }
span { border-color: rgb(237,191,234); }
td.TdClassName
{
border-color: #EDBFEA;
}
.TagClassName
{
border-color: #EDBFEA;
}
</style>