Shades of French Lilac #EDB4ED
Tints of French Lilac #EDB4ED
RGB
CMYK
RGB Variations
Color information
#EDB4ED (or 0xEDB4ED) is known color: French Lilac. HEX triplet: ED, B4 and ED. RGB value is (237,180,237). Sum of RGB (Red+Green+Blue) = 237+180+237=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 180 (70.70% from 255 or 27.52% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDB4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4ED is #124B12. Grayscale: #CBCBCB. Windows color (decimal): -1198867 or 15578349. OLE color: 15578349.
HSL color Cylindrical-coordinate representation of color #EDB4ED: hue angle of 300º 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 #EDB4ED is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 237 | - |
| CMYK | 0 | 0.24 | 0 | 0.07 |
| HSL | 300º | 0.61% | 0.82% | - |
| HSV(B) | 300º | 0.24% | 0.93% | - |
| XYZ | 66.53 | 56.76 | 87.57 | - |
| YUV | 203.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 237 | 0 | 0.24 | 0 | 0.07 | 300 | 0.61 | 0.82 |
| Hex | ED | B4 | ED | 0 | 18 | 0 | 7 | 12C | 3D | 52 |
| Octal | 355 | 264 | 355 | 0 | 30 | 0 | 7 | 454 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11101101 | 0 | 11000 | 0 | 111 | 100101100 | 111101 | 1010010 |
Color Harmonies of #EDB4ED
Complementary color
Monochromatic Colors of #EDB4ED
Black with #EDB4ED
Text Example
Text Example
White with #EDB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4ED; }
p { color: rgb(237,180,237); }
H1.HeaderClassName
{
color: #EDB4ED;
}
.AnyTagClassName
{
color: #EDB4ED;
}
</style>
background-color css
<style>
a { background-color: #EDB4ED; }
a { background-color: rgb(237,180,237); }
div.DivClassName
{
background-color: #EDB4ED;
}
.BgClassName
{
background-color: #EDB4ED;
}
</style>
border-color css
<style>
span { border-color: #EDB4ED; }
span { border-color: rgb(237,180,237); }
td.TdClassName
{
border-color: #EDB4ED;
}
.TagClassName
{
border-color: #EDB4ED;
}
</style>