Shades of French Lilac #EDBBE7
Tints of French Lilac #EDBBE7
RGB
CMYK
RGB Variations
Color information
#EDBBE7 (or 0xEDBBE7) is known color: French Lilac. HEX triplet: ED, BB and E7. RGB value is (237,187,231). Sum of RGB (Red+Green+Blue) = 237+187+231=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 187 (73.44% from 255 or 28.55% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBE7 is #124418. Grayscale: #CECECE. Windows color (decimal): -1197081 or 15186925. OLE color: 15186925.
HSL color Cylindrical-coordinate representation of color #EDBBE7: hue angle of 307.2º 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 #EDBBE7 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 231 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.07 |
| HSL | 307.2º | 0.58% | 0.83% | - |
| HSV(B) | 307.2º | 0.21% | 0.93% | - |
| XYZ | 67.12 | 59.31 | 83.51 | - |
| YUV | 206.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 231 | 0 | 0.21 | 0.03 | 0.07 | 307.2 | 0.58 | 0.83 |
| Hex | ED | BB | E7 | 0 | 15 | 3 | 7 | 133 | 3A | 53 |
| Octal | 355 | 273 | 347 | 0 | 25 | 3 | 7 | 463 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11100111 | 0 | 10101 | 11 | 111 | 100110011 | 111010 | 1010011 |
Color Harmonies of #EDBBE7
Complementary color
Monochromatic Colors of #EDBBE7
Black with #EDBBE7
Text Example
Text Example
White with #EDBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBE7; }
p { color: rgb(237,187,231); }
H1.HeaderClassName
{
color: #EDBBE7;
}
.AnyTagClassName
{
color: #EDBBE7;
}
</style>
background-color css
<style>
a { background-color: #EDBBE7; }
a { background-color: rgb(237,187,231); }
div.DivClassName
{
background-color: #EDBBE7;
}
.BgClassName
{
background-color: #EDBBE7;
}
</style>
border-color css
<style>
span { border-color: #EDBBE7; }
span { border-color: rgb(237,187,231); }
td.TdClassName
{
border-color: #EDBBE7;
}
.TagClassName
{
border-color: #EDBBE7;
}
</style>