Shades of French Lilac #EDB0E0
Tints of French Lilac #EDB0E0
RGB
CMYK
RGB Variations
Color information
#EDB0E0 (or 0xEDB0E0) is known color: French Lilac. HEX triplet: ED, B0 and E0. RGB value is (237,176,224). Sum of RGB (Red+Green+Blue) = 237+176+224=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 176 (69.14% from 255 or 27.63% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0E0 is #124F1F. Grayscale: #C7C7C7. Windows color (decimal): -1199904 or 14725357. OLE color: 14725357.
HSL color Cylindrical-coordinate representation of color #EDB0E0: hue angle of 312.79º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDB0E0 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 224 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.07 |
| HSL | 312.79º | 0.63% | 0.81% | - |
| HSV(B) | 312.79º | 0.26% | 0.93% | - |
| XYZ | 63.9 | 54.44 | 77.66 | - |
| YUV | 199.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 224 | 0 | 0.26 | 0.05 | 0.07 | 312.79 | 0.63 | 0.81 |
| Hex | ED | B0 | E0 | 0 | 1A | 5 | 7 | 139 | 3F | 51 |
| Octal | 355 | 260 | 340 | 0 | 32 | 5 | 7 | 471 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11100000 | 0 | 11010 | 101 | 111 | 100111001 | 111111 | 1010001 |
Color Harmonies of #EDB0E0
Complementary color
Monochromatic Colors of #EDB0E0
Black with #EDB0E0
Text Example
Text Example
White with #EDB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0E0; }
p { color: rgb(237,176,224); }
H1.HeaderClassName
{
color: #EDB0E0;
}
.AnyTagClassName
{
color: #EDB0E0;
}
</style>
background-color css
<style>
a { background-color: #EDB0E0; }
a { background-color: rgb(237,176,224); }
div.DivClassName
{
background-color: #EDB0E0;
}
.BgClassName
{
background-color: #EDB0E0;
}
</style>
border-color css
<style>
span { border-color: #EDB0E0; }
span { border-color: rgb(237,176,224); }
td.TdClassName
{
border-color: #EDB0E0;
}
.TagClassName
{
border-color: #EDB0E0;
}
</style>