Shades of French Lilac #EDBBDE
Tints of French Lilac #EDBBDE
RGB
CMYK
RGB Variations
Color information
#EDBBDE (or 0xEDBBDE) is known color: French Lilac. HEX triplet: ED, BB and DE. RGB value is (237,187,222). Sum of RGB (Red+Green+Blue) = 237+187+222=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBDE is #124421. Grayscale: #CDCDCD. Windows color (decimal): -1197090 or 14597101. OLE color: 14597101.
HSL color Cylindrical-coordinate representation of color #EDBBDE: hue angle of 318º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBDE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 222 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.07 |
| HSL | 318º | 0.58% | 0.83% | - |
| HSV(B) | 318º | 0.21% | 0.93% | - |
| XYZ | 65.88 | 58.82 | 76.99 | - |
| YUV | 205.94 | 137.07 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 222 | 0 | 0.21 | 0.06 | 0.07 | 318 | 0.58 | 0.83 |
| Hex | ED | BB | DE | 0 | 15 | 6 | 7 | 13E | 3A | 53 |
| Octal | 355 | 273 | 336 | 0 | 25 | 6 | 7 | 476 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11011110 | 0 | 10101 | 110 | 111 | 100111110 | 111010 | 1010011 |
Color Harmonies of #EDBBDE
Complementary color
Monochromatic Colors of #EDBBDE
Black with #EDBBDE
Text Example
Text Example
White with #EDBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBDE; }
p { color: rgb(237,187,222); }
H1.HeaderClassName
{
color: #EDBBDE;
}
.AnyTagClassName
{
color: #EDBBDE;
}
</style>
background-color css
<style>
a { background-color: #EDBBDE; }
a { background-color: rgb(237,187,222); }
div.DivClassName
{
background-color: #EDBBDE;
}
.BgClassName
{
background-color: #EDBBDE;
}
</style>
border-color css
<style>
span { border-color: #EDBBDE; }
span { border-color: rgb(237,187,222); }
td.TdClassName
{
border-color: #EDBBDE;
}
.TagClassName
{
border-color: #EDBBDE;
}
</style>