Shades of French Lilac #EDB5DD
Tints of French Lilac #EDB5DD
RGB
CMYK
RGB Variations
Color information
#EDB5DD (or 0xEDB5DD) is known color: French Lilac. HEX triplet: ED, B5 and DD. RGB value is (237,181,221). Sum of RGB (Red+Green+Blue) = 237+181+221=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 181 (71.09% from 255 or 28.33% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB5DD is #124A22. Grayscale: #CACACA. Windows color (decimal): -1198627 or 14530029. OLE color: 14530029.
HSL color Cylindrical-coordinate representation of color #EDB5DD: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB5DD is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 221 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.07 |
| HSL | 317.14º | 0.61% | 0.82% | - |
| HSV(B) | 317.14º | 0.24% | 0.93% | - |
| XYZ | 64.5 | 56.27 | 75.87 | - |
| YUV | 202.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 221 | 0 | 0.24 | 0.07 | 0.07 | 317.14 | 0.61 | 0.82 |
| Hex | ED | B5 | DD | 0 | 18 | 7 | 7 | 13D | 3D | 52 |
| Octal | 355 | 265 | 335 | 0 | 30 | 7 | 7 | 475 | 75 | 122 |
| Binary | 11101101 | 10110101 | 11011101 | 0 | 11000 | 111 | 111 | 100111101 | 111101 | 1010010 |
Color Harmonies of #EDB5DD
Complementary color
Monochromatic Colors of #EDB5DD
Black with #EDB5DD
Text Example
Text Example
White with #EDB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5DD; }
p { color: rgb(237,181,221); }
H1.HeaderClassName
{
color: #EDB5DD;
}
.AnyTagClassName
{
color: #EDB5DD;
}
</style>
background-color css
<style>
a { background-color: #EDB5DD; }
a { background-color: rgb(237,181,221); }
div.DivClassName
{
background-color: #EDB5DD;
}
.BgClassName
{
background-color: #EDB5DD;
}
</style>
border-color css
<style>
span { border-color: #EDB5DD; }
span { border-color: rgb(237,181,221); }
td.TdClassName
{
border-color: #EDB5DD;
}
.TagClassName
{
border-color: #EDB5DD;
}
</style>