Shades of French Lilac #EDB4EB
Tints of French Lilac #EDB4EB
RGB
CMYK
RGB Variations
Color information
#EDB4EB (or 0xEDB4EB) is known color: French Lilac. HEX triplet: ED, B4 and EB. RGB value is (237,180,235). Sum of RGB (Red+Green+Blue) = 237+180+235=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 180 (70.70% from 255 or 27.61% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4EB is #124B14. Grayscale: #CBCBCB. Windows color (decimal): -1198869 or 15447277. OLE color: 15447277.
HSL color Cylindrical-coordinate representation of color #EDB4EB: hue angle of 302.11º 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 #EDB4EB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 235 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.07 |
| HSL | 302.11º | 0.61% | 0.82% | - |
| HSV(B) | 302.11º | 0.24% | 0.93% | - |
| XYZ | 66.24 | 56.65 | 86.04 | - |
| YUV | 203.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 235 | 0 | 0.24 | 0.01 | 0.07 | 302.11 | 0.61 | 0.82 |
| Hex | ED | B4 | EB | 0 | 18 | 1 | 7 | 12E | 3D | 52 |
| Octal | 355 | 264 | 353 | 0 | 30 | 1 | 7 | 456 | 75 | 122 |
| Binary | 11101101 | 10110100 | 11101011 | 0 | 11000 | 1 | 111 | 100101110 | 111101 | 1010010 |
Color Harmonies of #EDB4EB
Complementary color
Monochromatic Colors of #EDB4EB
Black with #EDB4EB
Text Example
Text Example
White with #EDB4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4EB; }
p { color: rgb(237,180,235); }
H1.HeaderClassName
{
color: #EDB4EB;
}
.AnyTagClassName
{
color: #EDB4EB;
}
</style>
background-color css
<style>
a { background-color: #EDB4EB; }
a { background-color: rgb(237,180,235); }
div.DivClassName
{
background-color: #EDB4EB;
}
.BgClassName
{
background-color: #EDB4EB;
}
</style>
border-color css
<style>
span { border-color: #EDB4EB; }
span { border-color: rgb(237,180,235); }
td.TdClassName
{
border-color: #EDB4EB;
}
.TagClassName
{
border-color: #EDB4EB;
}
</style>