Shades of French Lilac #EDB5EB
Tints of French Lilac #EDB5EB
RGB
CMYK
RGB Variations
Color information
#EDB5EB (or 0xEDB5EB) is known color: French Lilac. HEX triplet: ED, B5 and EB. RGB value is (237,181,235). Sum of RGB (Red+Green+Blue) = 237+181+235=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5EB is #124A14. Grayscale: #CBCBCB. Windows color (decimal): -1198613 or 15447533. OLE color: 15447533.
HSL color Cylindrical-coordinate representation of color #EDB5EB: hue angle of 302.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 #EDB5EB is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 181 | 235 | - |
CMYK | 0 | 0.24 | 0.01 | 0.07 |
HSL | 302.14º | 0.61% | 0.82% | - |
HSV(B) | 302.14º | 0.24% | 0.93% | - |
XYZ | 66.44 | 57.05 | 86.11 | - |
YUV | 203.9 | 145.55 | 151.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 181 | 235 | 0 | 0.24 | 0.01 | 0.07 | 302.14 | 0.61 | 0.82 |
Hex | ED | B5 | EB | 0 | 18 | 1 | 7 | 12E | 3D | 52 |
Octal | 355 | 265 | 353 | 0 | 30 | 1 | 7 | 456 | 75 | 122 |
Binary | 11101101 | 10110101 | 11101011 | 0 | 11000 | 1 | 111 | 100101110 | 111101 | 1010010 |
Color Harmonies of #EDB5EB
Complementary color
Monochromatic Colors of #EDB5EB
Black with #EDB5EB
Text Example
Text Example
White with #EDB5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5EB; }
p { color: rgb(237,181,235); }
H1.HeaderClassName
{
color: #EDB5EB;
}
.AnyTagClassName
{
color: #EDB5EB;
}
</style>
background-color css
<style>
a { background-color: #EDB5EB; }
a { background-color: rgb(237,181,235); }
div.DivClassName
{
background-color: #EDB5EB;
}
.BgClassName
{
background-color: #EDB5EB;
}
</style>
border-color css
<style>
span { border-color: #EDB5EB; }
span { border-color: rgb(237,181,235); }
td.TdClassName
{
border-color: #EDB5EB;
}
.TagClassName
{
border-color: #EDB5EB;
}
</style>