Shades of French Lilac #EDBEEC
Tints of French Lilac #EDBEEC
RGB
CMYK
RGB Variations
Color information
#EDBEEC (or 0xEDBEEC) is known color: French Lilac. HEX triplet: ED, BE and EC. RGB value is (237,190,236). Sum of RGB (Red+Green+Blue) = 237+190+236=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 190 (74.61% from 255 or 28.66% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEEC is #124113. Grayscale: #D1D1D1. Windows color (decimal): -1196308 or 15515373. OLE color: 15515373.
HSL color Cylindrical-coordinate representation of color #EDBEEC: hue angle of 301.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEEC is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 236 | - |
| CMYK | 0 | 0.20 | 0.00 | 0.07 |
| HSL | 301.28º | 0.57% | 0.84% | - |
| HSV(B) | 301.28º | 0.2% | 0.93% | - |
| XYZ | 68.48 | 60.89 | 87.5 | - |
| YUV | 209.3 | 143.07 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 236 | 0 | 0.20 | 0.00 | 0.07 | 301.28 | 0.57 | 0.84 |
| Hex | ED | BE | EC | 0 | 14 | 0 | 7 | 12D | 39 | 54 |
| Octal | 355 | 276 | 354 | 0 | 24 | 0 | 7 | 455 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11101100 | 0 | 10100 | 0 | 111 | 100101101 | 111001 | 1010100 |
Color Harmonies of #EDBEEC
Complementary color
Monochromatic Colors of #EDBEEC
Black with #EDBEEC
Text Example
Text Example
White with #EDBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEEC; }
p { color: rgb(237,190,236); }
H1.HeaderClassName
{
color: #EDBEEC;
}
.AnyTagClassName
{
color: #EDBEEC;
}
</style>
background-color css
<style>
a { background-color: #EDBEEC; }
a { background-color: rgb(237,190,236); }
div.DivClassName
{
background-color: #EDBEEC;
}
.BgClassName
{
background-color: #EDBEEC;
}
</style>
border-color css
<style>
span { border-color: #EDBEEC; }
span { border-color: rgb(237,190,236); }
td.TdClassName
{
border-color: #EDBEEC;
}
.TagClassName
{
border-color: #EDBEEC;
}
</style>