Shades of French Lilac #EDBDE9
Tints of French Lilac #EDBDE9
RGB
CMYK
RGB Variations
Color information
#EDBDE9 (or 0xEDBDE9) is known color: French Lilac. HEX triplet: ED, BD and E9. RGB value is (237,189,233). Sum of RGB (Red+Green+Blue) = 237+189+233=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDE9 is #124216. Grayscale: #D0D0D0. Windows color (decimal): -1196567 or 15318509. OLE color: 15318509.
HSL color Cylindrical-coordinate representation of color #EDBDE9: hue angle of 305º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDE9 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 233 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.07 |
| HSL | 305º | 0.57% | 0.84% | - |
| HSV(B) | 305º | 0.2% | 0.93% | - |
| XYZ | 67.83 | 60.28 | 85.15 | - |
| YUV | 208.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 233 | 0 | 0.20 | 0.02 | 0.07 | 305 | 0.57 | 0.84 |
| Hex | ED | BD | E9 | 0 | 14 | 2 | 7 | 131 | 39 | 54 |
| Octal | 355 | 275 | 351 | 0 | 24 | 2 | 7 | 461 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11101001 | 0 | 10100 | 10 | 111 | 100110001 | 111001 | 1010100 |
Color Harmonies of #EDBDE9
Complementary color
Monochromatic Colors of #EDBDE9
Black with #EDBDE9
Text Example
Text Example
White with #EDBDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDE9; }
p { color: rgb(237,189,233); }
H1.HeaderClassName
{
color: #EDBDE9;
}
.AnyTagClassName
{
color: #EDBDE9;
}
</style>
background-color css
<style>
a { background-color: #EDBDE9; }
a { background-color: rgb(237,189,233); }
div.DivClassName
{
background-color: #EDBDE9;
}
.BgClassName
{
background-color: #EDBDE9;
}
</style>
border-color css
<style>
span { border-color: #EDBDE9; }
span { border-color: rgb(237,189,233); }
td.TdClassName
{
border-color: #EDBDE9;
}
.TagClassName
{
border-color: #EDBDE9;
}
</style>