Shades of French Lilac #EDBBE5
Tints of French Lilac #EDBBE5
RGB
CMYK
RGB Variations
Color information
#EDBBE5 (or 0xEDBBE5) is known color: French Lilac. HEX triplet: ED, BB and E5. RGB value is (237,187,229). Sum of RGB (Red+Green+Blue) = 237+187+229=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 187 (73.44% from 255 or 28.64% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE5 is #12441A. Grayscale: #CECECE. Windows color (decimal): -1197083 or 15055853. OLE color: 15055853.
HSL color Cylindrical-coordinate representation of color #EDBBE5: hue angle of 309.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBE5 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 229 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.07 |
| HSL | 309.6º | 0.58% | 0.83% | - |
| HSV(B) | 309.6º | 0.21% | 0.93% | - |
| XYZ | 66.84 | 59.2 | 82.03 | - |
| YUV | 206.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 229 | 0 | 0.21 | 0.03 | 0.07 | 309.6 | 0.58 | 0.83 |
| Hex | ED | BB | E5 | 0 | 15 | 3 | 7 | 136 | 3A | 53 |
| Octal | 355 | 273 | 345 | 0 | 25 | 3 | 7 | 466 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11100101 | 0 | 10101 | 11 | 111 | 100110110 | 111010 | 1010011 |
Color Harmonies of #EDBBE5
Complementary color
Monochromatic Colors of #EDBBE5
Black with #EDBBE5
Text Example
Text Example
White with #EDBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBE5; }
p { color: rgb(237,187,229); }
H1.HeaderClassName
{
color: #EDBBE5;
}
.AnyTagClassName
{
color: #EDBBE5;
}
</style>
background-color css
<style>
a { background-color: #EDBBE5; }
a { background-color: rgb(237,187,229); }
div.DivClassName
{
background-color: #EDBBE5;
}
.BgClassName
{
background-color: #EDBBE5;
}
</style>
border-color css
<style>
span { border-color: #EDBBE5; }
span { border-color: rgb(237,187,229); }
td.TdClassName
{
border-color: #EDBBE5;
}
.TagClassName
{
border-color: #EDBBE5;
}
</style>