Shades of French Lilac #EDBEE2
Tints of French Lilac #EDBEE2
RGB
CMYK
RGB Variations
Color information
#EDBEE2 (or 0xEDBEE2) is known color: French Lilac. HEX triplet: ED, BE and E2. RGB value is (237,190,226). Sum of RGB (Red+Green+Blue) = 237+190+226=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 190 (74.61% from 255 or 29.10% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEE2 is #12411D. Grayscale: #D0D0D0. Windows color (decimal): -1196318 or 14860013. OLE color: 14860013.
HSL color Cylindrical-coordinate representation of color #EDBEE2: hue angle of 314.04º 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 #EDBEE2 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 226 | - |
| CMYK | 0 | 0.20 | 0.05 | 0.07 |
| HSL | 314.04º | 0.57% | 0.84% | - |
| HSV(B) | 314.04º | 0.2% | 0.93% | - |
| XYZ | 67.07 | 60.32 | 80.06 | - |
| YUV | 208.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 226 | 0 | 0.20 | 0.05 | 0.07 | 314.04 | 0.57 | 0.84 |
| Hex | ED | BE | E2 | 0 | 14 | 5 | 7 | 13A | 39 | 54 |
| Octal | 355 | 276 | 342 | 0 | 24 | 5 | 7 | 472 | 71 | 124 |
| Binary | 11101101 | 10111110 | 11100010 | 0 | 10100 | 101 | 111 | 100111010 | 111001 | 1010100 |
Color Harmonies of #EDBEE2
Complementary color
Monochromatic Colors of #EDBEE2
Black with #EDBEE2
Text Example
Text Example
White with #EDBEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEE2; }
p { color: rgb(237,190,226); }
H1.HeaderClassName
{
color: #EDBEE2;
}
.AnyTagClassName
{
color: #EDBEE2;
}
</style>
background-color css
<style>
a { background-color: #EDBEE2; }
a { background-color: rgb(237,190,226); }
div.DivClassName
{
background-color: #EDBEE2;
}
.BgClassName
{
background-color: #EDBEE2;
}
</style>
border-color css
<style>
span { border-color: #EDBEE2; }
span { border-color: rgb(237,190,226); }
td.TdClassName
{
border-color: #EDBEE2;
}
.TagClassName
{
border-color: #EDBEE2;
}
</style>