Shades of French Lilac #EDB4EE
Tints of French Lilac #EDB4EE
RGB
CMYK
RGB Variations
Color information
#EDB4EE (or 0xEDB4EE) is known color: French Lilac. HEX triplet: ED, B4 and EE. RGB value is (237,180,238). Sum of RGB (Red+Green+Blue) = 237+180+238=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 180 (70.70% from 255 or 27.48% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #EDB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB4EE is #124B11. Grayscale: #CBCBCB. Windows color (decimal): -1198866 or 15643885. OLE color: 15643885.
HSL color Cylindrical-coordinate representation of color #EDB4EE: hue angle of 298.97º 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 #EDB4EE is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 238 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.07 |
| HSL | 298.97º | 0.63% | 0.82% | - |
| HSV(B) | 298.97º | 0.24% | 0.93% | - |
| XYZ | 66.68 | 56.82 | 88.34 | - |
| YUV | 203.66 | 147.38 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 238 | 0.00 | 0.24 | 0 | 0.07 | 298.97 | 0.63 | 0.82 |
| Hex | ED | B4 | EE | 0 | 18 | 0 | 7 | 12B | 3F | 52 |
| Octal | 355 | 264 | 356 | 0 | 30 | 0 | 7 | 453 | 77 | 122 |
| Binary | 11101101 | 10110100 | 11101110 | 0 | 11000 | 0 | 111 | 100101011 | 111111 | 1010010 |
Color Harmonies of #EDB4EE
Complementary color
Monochromatic Colors of #EDB4EE
Black with #EDB4EE
Text Example
Text Example
White with #EDB4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB4EE; }
p { color: rgb(237,180,238); }
H1.HeaderClassName
{
color: #EDB4EE;
}
.AnyTagClassName
{
color: #EDB4EE;
}
</style>
background-color css
<style>
a { background-color: #EDB4EE; }
a { background-color: rgb(237,180,238); }
div.DivClassName
{
background-color: #EDB4EE;
}
.BgClassName
{
background-color: #EDB4EE;
}
</style>
border-color css
<style>
span { border-color: #EDB4EE; }
span { border-color: rgb(237,180,238); }
td.TdClassName
{
border-color: #EDB4EE;
}
.TagClassName
{
border-color: #EDB4EE;
}
</style>