Shades of French Lilac #EDB0DD
Tints of French Lilac #EDB0DD
RGB
CMYK
RGB Variations
Color information
#EDB0DD (or 0xEDB0DD) is known color: French Lilac. HEX triplet: ED, B0 and DD. RGB value is (237,176,221). Sum of RGB (Red+Green+Blue) = 237+176+221=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 176 (69.14% from 255 or 27.76% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB0DD is #124F22. Grayscale: #C7C7C7. Windows color (decimal): -1199907 or 14528749. OLE color: 14528749.
HSL color Cylindrical-coordinate representation of color #EDB0DD: hue angle of 315.74º 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 #EDB0DD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 221 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.07 |
| HSL | 315.74º | 0.63% | 0.81% | - |
| HSV(B) | 315.74º | 0.26% | 0.93% | - |
| XYZ | 63.5 | 54.28 | 75.54 | - |
| YUV | 199.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 221 | 0 | 0.26 | 0.07 | 0.07 | 315.74 | 0.63 | 0.81 |
| Hex | ED | B0 | DD | 0 | 1A | 7 | 7 | 13C | 3F | 51 |
| Octal | 355 | 260 | 335 | 0 | 32 | 7 | 7 | 474 | 77 | 121 |
| Binary | 11101101 | 10110000 | 11011101 | 0 | 11010 | 111 | 111 | 100111100 | 111111 | 1010001 |
Color Harmonies of #EDB0DD
Complementary color
Monochromatic Colors of #EDB0DD
Black with #EDB0DD
Text Example
Text Example
White with #EDB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB0DD; }
p { color: rgb(237,176,221); }
H1.HeaderClassName
{
color: #EDB0DD;
}
.AnyTagClassName
{
color: #EDB0DD;
}
</style>
background-color css
<style>
a { background-color: #EDB0DD; }
a { background-color: rgb(237,176,221); }
div.DivClassName
{
background-color: #EDB0DD;
}
.BgClassName
{
background-color: #EDB0DD;
}
</style>
border-color css
<style>
span { border-color: #EDB0DD; }
span { border-color: rgb(237,176,221); }
td.TdClassName
{
border-color: #EDB0DD;
}
.TagClassName
{
border-color: #EDB0DD;
}
</style>