Shades of French Lilac #EDBBE4
Tints of French Lilac #EDBBE4
RGB
CMYK
RGB Variations
Color information
#EDBBE4 (or 0xEDBBE4) is known color: French Lilac. HEX triplet: ED, BB and E4. RGB value is (237,187,228). Sum of RGB (Red+Green+Blue) = 237+187+228=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE4 is #12441B. Grayscale: #CECECE. Windows color (decimal): -1197084 or 14990317. OLE color: 14990317.
HSL color Cylindrical-coordinate representation of color #EDBBE4: hue angle of 310.8º 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 #EDBBE4 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 228 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.07 |
| HSL | 310.8º | 0.58% | 0.83% | - |
| HSV(B) | 310.8º | 0.21% | 0.93% | - |
| XYZ | 66.7 | 59.15 | 81.3 | - |
| YUV | 206.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 228 | 0 | 0.21 | 0.04 | 0.07 | 310.8 | 0.58 | 0.83 |
| Hex | ED | BB | E4 | 0 | 15 | 4 | 7 | 137 | 3A | 53 |
| Octal | 355 | 273 | 344 | 0 | 25 | 4 | 7 | 467 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11100100 | 0 | 10101 | 100 | 111 | 100110111 | 111010 | 1010011 |
Color Harmonies of #EDBBE4
Complementary color
Monochromatic Colors of #EDBBE4
Black with #EDBBE4
Text Example
Text Example
White with #EDBBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBE4; }
p { color: rgb(237,187,228); }
H1.HeaderClassName
{
color: #EDBBE4;
}
.AnyTagClassName
{
color: #EDBBE4;
}
</style>
background-color css
<style>
a { background-color: #EDBBE4; }
a { background-color: rgb(237,187,228); }
div.DivClassName
{
background-color: #EDBBE4;
}
.BgClassName
{
background-color: #EDBBE4;
}
</style>
border-color css
<style>
span { border-color: #EDBBE4; }
span { border-color: rgb(237,187,228); }
td.TdClassName
{
border-color: #EDBBE4;
}
.TagClassName
{
border-color: #EDBBE4;
}
</style>