Shades of French Lilac #EDB4DD
Tints of French Lilac #EDB4DD
RGB
CMYK
RGB Variations
Color information
#EDB4DD (or 0xEDB4DD) is known color: French Lilac. HEX triplet: ED, B4 and DD. RGB value is (237,180,221). Sum of RGB (Red+Green+Blue) = 237+180+221=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 180 (70.70% from 255 or 28.21% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB4DD is #124B22. Grayscale: #C9C9C9. Windows color (decimal): -1198883 or 14529773. OLE color: 14529773.
HSL color Cylindrical-coordinate representation of color #EDB4DD: hue angle of 316.84º 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 #EDB4DD is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 221 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.07 |
| HSL | 316.84º | 0.61% | 0.82% | - |
| HSV(B) | 316.84º | 0.24% | 0.93% | - |
| XYZ | 64.3 | 55.87 | 75.8 | - |
| YUV | 201.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 221 | 0 | 0.24 | 0.07 | 0.07 | 316.84 | 0.61 | 0.82 |
| Hex | ED | B4 | DD | 0 | 18 | 7 | 7 | 13D | 3D | 52 |
| Octal | 355 | 264 | 335 | 0 | 30 | 7 | 7 | 475 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11011101 | 0 | 11000 | 111 | 111 | 100111101 | 111101 | 1010010 |
Color Harmonies of #EDB4DD
Complementary color
Monochromatic Colors of #EDB4DD
Black with #EDB4DD
Text Example
Text Example
White with #EDB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4DD; }
p { color: rgb(237,180,221); }
H1.HeaderClassName
{
color: #EDB4DD;
}
.AnyTagClassName
{
color: #EDB4DD;
}
</style>
background-color css
<style>
a { background-color: #EDB4DD; }
a { background-color: rgb(237,180,221); }
div.DivClassName
{
background-color: #EDB4DD;
}
.BgClassName
{
background-color: #EDB4DD;
}
</style>
border-color css
<style>
span { border-color: #EDB4DD; }
span { border-color: rgb(237,180,221); }
td.TdClassName
{
border-color: #EDB4DD;
}
.TagClassName
{
border-color: #EDB4DD;
}
</style>