Shades of French Lilac #EDBBED
Tints of French Lilac #EDBBED
RGB
CMYK
RGB Variations
Color information
#EDBBED (or 0xEDBBED) is known color: French Lilac. HEX triplet: ED, BB and ED. RGB value is (237,187,237). Sum of RGB (Red+Green+Blue) = 237+187+237=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 187 (73.44% from 255 or 28.29% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDBBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBED is #124412. Grayscale: #CFCFCF. Windows color (decimal): -1197075 or 15580141. OLE color: 15580141.
HSL color Cylindrical-coordinate representation of color #EDBBED: hue angle of 300º 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 #EDBBED is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 237 | - |
| CMYK | 0 | 0.21 | 0 | 0.07 |
| HSL | 300º | 0.58% | 0.83% | - |
| HSV(B) | 300º | 0.21% | 0.93% | - |
| XYZ | 67.98 | 59.66 | 88.05 | - |
| YUV | 207.65 | 144.57 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 237 | 0 | 0.21 | 0 | 0.07 | 300 | 0.58 | 0.83 |
| Hex | ED | BB | ED | 0 | 15 | 0 | 7 | 12C | 3A | 53 |
| Octal | 355 | 273 | 355 | 0 | 25 | 0 | 7 | 454 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11101101 | 0 | 10101 | 0 | 111 | 100101100 | 111010 | 1010011 |
Color Harmonies of #EDBBED
Complementary color
Monochromatic Colors of #EDBBED
Black with #EDBBED
Text Example
Text Example
White with #EDBBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBED; }
p { color: rgb(237,187,237); }
H1.HeaderClassName
{
color: #EDBBED;
}
.AnyTagClassName
{
color: #EDBBED;
}
</style>
background-color css
<style>
a { background-color: #EDBBED; }
a { background-color: rgb(237,187,237); }
div.DivClassName
{
background-color: #EDBBED;
}
.BgClassName
{
background-color: #EDBBED;
}
</style>
border-color css
<style>
span { border-color: #EDBBED; }
span { border-color: rgb(237,187,237); }
td.TdClassName
{
border-color: #EDBBED;
}
.TagClassName
{
border-color: #EDBBED;
}
</style>