Shades of French Lilac #EDB8EF
Tints of French Lilac #EDB8EF
RGB
CMYK
RGB Variations
Color information
#EDB8EF (or 0xEDB8EF) is known color: French Lilac. HEX triplet: ED, B8 and EF. RGB value is (237,184,239). Sum of RGB (Red+Green+Blue) = 237+184+239=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDB8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB8EF is #124710. Grayscale: #CDCDCD. Windows color (decimal): -1197841 or 15710445. OLE color: 15710445.
HSL color Cylindrical-coordinate representation of color #EDB8EF: hue angle of 297.82º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDB8EF is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 184 | 239 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.06 |
| HSL | 297.82º | 0.63% | 0.83% | - |
| HSV(B) | 297.82º | 0.23% | 0.94% | - |
| XYZ | 67.65 | 58.52 | 89.39 | - |
| YUV | 206.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 239 | 0.01 | 0.23 | 0 | 0.06 | 297.82 | 0.63 | 0.83 |
| Hex | ED | B8 | EF | 1 | 17 | 0 | 6 | 12A | 3F | 53 |
| Octal | 355 | 270 | 357 | 1 | 27 | 0 | 6 | 452 | 77 | 123 |
| Binary | 11101101 | 10111000 | 11101111 | 1 | 10111 | 0 | 110 | 100101010 | 111111 | 1010011 |
Color Harmonies of #EDB8EF
Complementary color
Monochromatic Colors of #EDB8EF
Black with #EDB8EF
Text Example
Text Example
White with #EDB8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB8EF; }
p { color: rgb(237,184,239); }
H1.HeaderClassName
{
color: #EDB8EF;
}
.AnyTagClassName
{
color: #EDB8EF;
}
</style>
background-color css
<style>
a { background-color: #EDB8EF; }
a { background-color: rgb(237,184,239); }
div.DivClassName
{
background-color: #EDB8EF;
}
.BgClassName
{
background-color: #EDB8EF;
}
</style>
border-color css
<style>
span { border-color: #EDB8EF; }
span { border-color: rgb(237,184,239); }
td.TdClassName
{
border-color: #EDB8EF;
}
.TagClassName
{
border-color: #EDB8EF;
}
</style>