Shades of French Lilac #EDBDE7
Tints of French Lilac #EDBDE7
RGB
CMYK
RGB Variations
Color information
#EDBDE7 (or 0xEDBDE7) is known color: French Lilac. HEX triplet: ED, BD and E7. RGB value is (237,189,231). Sum of RGB (Red+Green+Blue) = 237+189+231=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDE7 is #124218. Grayscale: #D0D0D0. Windows color (decimal): -1196569 or 15187437. OLE color: 15187437.
HSL color Cylindrical-coordinate representation of color #EDBDE7: hue angle of 307.5º 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 #EDBDE7 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 231 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.07 |
| HSL | 307.5º | 0.57% | 0.84% | - |
| HSV(B) | 307.5º | 0.2% | 0.93% | - |
| XYZ | 67.55 | 60.17 | 83.66 | - |
| YUV | 208.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 231 | 0 | 0.20 | 0.03 | 0.07 | 307.5 | 0.57 | 0.84 |
| Hex | ED | BD | E7 | 0 | 14 | 3 | 7 | 134 | 39 | 54 |
| Octal | 355 | 275 | 347 | 0 | 24 | 3 | 7 | 464 | 71 | 124 |
| Binary | 11101101 | 10111101 | 11100111 | 0 | 10100 | 11 | 111 | 100110100 | 111001 | 1010100 |
Color Harmonies of #EDBDE7
Complementary color
Monochromatic Colors of #EDBDE7
Black with #EDBDE7
Text Example
Text Example
White with #EDBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDE7; }
p { color: rgb(237,189,231); }
H1.HeaderClassName
{
color: #EDBDE7;
}
.AnyTagClassName
{
color: #EDBDE7;
}
</style>
background-color css
<style>
a { background-color: #EDBDE7; }
a { background-color: rgb(237,189,231); }
div.DivClassName
{
background-color: #EDBDE7;
}
.BgClassName
{
background-color: #EDBDE7;
}
</style>
border-color css
<style>
span { border-color: #EDBDE7; }
span { border-color: rgb(237,189,231); }
td.TdClassName
{
border-color: #EDBDE7;
}
.TagClassName
{
border-color: #EDBDE7;
}
</style>