Shades of French Lilac #EDBBE0
Tints of French Lilac #EDBBE0
RGB
CMYK
RGB Variations
Color information
#EDBBE0 (or 0xEDBBE0) is known color: French Lilac. HEX triplet: ED, BB and E0. RGB value is (237,187,224). Sum of RGB (Red+Green+Blue) = 237+187+224=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE0 is #12441F. Grayscale: #CECECE. Windows color (decimal): -1197088 or 14728173. OLE color: 14728173.
HSL color Cylindrical-coordinate representation of color #EDBBE0: hue angle of 315.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 #EDBBE0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 224 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.07 |
| HSL | 315.6º | 0.58% | 0.83% | - |
| HSV(B) | 315.6º | 0.21% | 0.93% | - |
| XYZ | 66.15 | 58.93 | 78.41 | - |
| YUV | 206.17 | 138.07 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 224 | 0 | 0.21 | 0.05 | 0.07 | 315.6 | 0.58 | 0.83 |
| Hex | ED | BB | E0 | 0 | 15 | 5 | 7 | 13C | 3A | 53 |
| Octal | 355 | 273 | 340 | 0 | 25 | 5 | 7 | 474 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11100000 | 0 | 10101 | 101 | 111 | 100111100 | 111010 | 1010011 |
Color Harmonies of #EDBBE0
Complementary color
Monochromatic Colors of #EDBBE0
Black with #EDBBE0
Text Example
Text Example
White with #EDBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBE0; }
p { color: rgb(237,187,224); }
H1.HeaderClassName
{
color: #EDBBE0;
}
.AnyTagClassName
{
color: #EDBBE0;
}
</style>
background-color css
<style>
a { background-color: #EDBBE0; }
a { background-color: rgb(237,187,224); }
div.DivClassName
{
background-color: #EDBBE0;
}
.BgClassName
{
background-color: #EDBBE0;
}
</style>
border-color css
<style>
span { border-color: #EDBBE0; }
span { border-color: rgb(237,187,224); }
td.TdClassName
{
border-color: #EDBBE0;
}
.TagClassName
{
border-color: #EDBBE0;
}
</style>