Shades of French Lilac #EDB5EE
Tints of French Lilac #EDB5EE
RGB
CMYK
RGB Variations
Color information
#EDB5EE (or 0xEDB5EE) is known color: French Lilac. HEX triplet: ED, B5 and EE. RGB value is (237,181,238). Sum of RGB (Red+Green+Blue) = 237+181+238=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5EE is #124A11. Grayscale: #CCCCCC. Windows color (decimal): -1198610 or 15644141. OLE color: 15644141.
HSL color Cylindrical-coordinate representation of color #EDB5EE: hue angle of 298.95º degrees, saturation: 0.63, 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 #EDB5EE is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 238 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.07 |
| HSL | 298.95º | 0.63% | 0.82% | - |
| HSV(B) | 298.95º | 0.24% | 0.93% | - |
| XYZ | 66.88 | 57.23 | 88.41 | - |
| YUV | 204.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 238 | 0.00 | 0.24 | 0 | 0.07 | 298.95 | 0.63 | 0.82 |
| Hex | ED | B5 | EE | 0 | 18 | 0 | 7 | 12B | 3F | 52 |
| Octal | 355 | 265 | 356 | 0 | 30 | 0 | 7 | 453 | 77 | 122 |
| Binary | 11101101 | 10110101 | 11101110 | 0 | 11000 | 0 | 111 | 100101011 | 111111 | 1010010 |
Color Harmonies of #EDB5EE
Complementary color
Monochromatic Colors of #EDB5EE
Black with #EDB5EE
Text Example
Text Example
White with #EDB5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB5EE; }
p { color: rgb(237,181,238); }
H1.HeaderClassName
{
color: #EDB5EE;
}
.AnyTagClassName
{
color: #EDB5EE;
}
</style>
background-color css
<style>
a { background-color: #EDB5EE; }
a { background-color: rgb(237,181,238); }
div.DivClassName
{
background-color: #EDB5EE;
}
.BgClassName
{
background-color: #EDB5EE;
}
</style>
border-color css
<style>
span { border-color: #EDB5EE; }
span { border-color: rgb(237,181,238); }
td.TdClassName
{
border-color: #EDB5EE;
}
.TagClassName
{
border-color: #EDB5EE;
}
</style>