Shades of French Lilac #EDBBE3
Tints of French Lilac #EDBBE3
RGB
CMYK
RGB Variations
Color information
#EDBBE3 (or 0xEDBBE3) is known color: French Lilac. HEX triplet: ED, BB and E3. RGB value is (237,187,227). Sum of RGB (Red+Green+Blue) = 237+187+227=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 187 (73.44% from 255 or 28.73% from 651); Blue value is 227 (89.06% from 255 or 34.87% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBE3 is #12441C. Grayscale: #CECECE. Windows color (decimal): -1197085 or 14924781. OLE color: 14924781.
HSL color Cylindrical-coordinate representation of color #EDBBE3: hue angle of 312º 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 #EDBBE3 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 227 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.07 |
| HSL | 312º | 0.58% | 0.83% | - |
| HSV(B) | 312º | 0.21% | 0.93% | - |
| XYZ | 66.56 | 59.09 | 80.57 | - |
| YUV | 206.51 | 139.57 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 227 | 0 | 0.21 | 0.04 | 0.07 | 312 | 0.58 | 0.83 |
| Hex | ED | BB | E3 | 0 | 15 | 4 | 7 | 138 | 3A | 53 |
| Octal | 355 | 273 | 343 | 0 | 25 | 4 | 7 | 470 | 72 | 123 |
| Binary | 11101101 | 10111011 | 11100011 | 0 | 10101 | 100 | 111 | 100111000 | 111010 | 1010011 |
Color Harmonies of #EDBBE3
Complementary color
Monochromatic Colors of #EDBBE3
Black with #EDBBE3
Text Example
Text Example
White with #EDBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBE3; }
p { color: rgb(237,187,227); }
H1.HeaderClassName
{
color: #EDBBE3;
}
.AnyTagClassName
{
color: #EDBBE3;
}
</style>
background-color css
<style>
a { background-color: #EDBBE3; }
a { background-color: rgb(237,187,227); }
div.DivClassName
{
background-color: #EDBBE3;
}
.BgClassName
{
background-color: #EDBBE3;
}
</style>
border-color css
<style>
span { border-color: #EDBBE3; }
span { border-color: rgb(237,187,227); }
td.TdClassName
{
border-color: #EDBBE3;
}
.TagClassName
{
border-color: #EDBBE3;
}
</style>