Shades of French Lilac #EDBBE6
Tints of French Lilac #EDBBE6
RGB
CMYK
RGB Variations
Color information
#EDBBE6 (or 0xEDBBE6) is known color: French Lilac. HEX triplet: ED, BB and E6. RGB value is (237,187,230). Sum of RGB (Red+Green+Blue) = 237+187+230=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBE6 is #124419. Grayscale: #CECECE. Windows color (decimal): -1197082 or 15121389. OLE color: 15121389.
HSL color Cylindrical-coordinate representation of color #EDBBE6: hue angle of 308.4º 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 #EDBBE6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 230 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.07 |
| HSL | 308.4º | 0.58% | 0.83% | - |
| HSV(B) | 308.4º | 0.21% | 0.93% | - |
| XYZ | 66.98 | 59.26 | 82.77 | - |
| YUV | 206.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 230 | 0 | 0.21 | 0.03 | 0.07 | 308.4 | 0.58 | 0.83 |
| Hex | ED | BB | E6 | 0 | 15 | 3 | 7 | 134 | 3A | 53 |
| Octal | 355 | 273 | 346 | 0 | 25 | 3 | 7 | 464 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11100110 | 0 | 10101 | 11 | 111 | 100110100 | 111010 | 1010011 |
Color Harmonies of #EDBBE6
Complementary color
Monochromatic Colors of #EDBBE6
Black with #EDBBE6
Text Example
Text Example
White with #EDBBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBE6; }
p { color: rgb(237,187,230); }
H1.HeaderClassName
{
color: #EDBBE6;
}
.AnyTagClassName
{
color: #EDBBE6;
}
</style>
background-color css
<style>
a { background-color: #EDBBE6; }
a { background-color: rgb(237,187,230); }
div.DivClassName
{
background-color: #EDBBE6;
}
.BgClassName
{
background-color: #EDBBE6;
}
</style>
border-color css
<style>
span { border-color: #EDBBE6; }
span { border-color: rgb(237,187,230); }
td.TdClassName
{
border-color: #EDBBE6;
}
.TagClassName
{
border-color: #EDBBE6;
}
</style>