Shades of French Lilac #EDC0EB
Tints of French Lilac #EDC0EB
RGB
CMYK
RGB Variations
Color information
#EDC0EB (or 0xEDC0EB) is known color: French Lilac. HEX triplet: ED, C0 and EB. RGB value is (237,192,235). Sum of RGB (Red+Green+Blue) = 237+192+235=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 192 (75.39% from 255 or 28.92% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0EB is #123F14. Grayscale: #D2D2D2. Windows color (decimal): -1195797 or 15450349. OLE color: 15450349.
HSL color Cylindrical-coordinate representation of color #EDC0EB: hue angle of 302.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDC0EB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 235 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.07 |
| HSL | 302.67º | 0.56% | 0.84% | - |
| HSV(B) | 302.67º | 0.19% | 0.93% | - |
| XYZ | 68.77 | 61.7 | 86.88 | - |
| YUV | 210.36 | 141.91 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 235 | 0 | 0.19 | 0.01 | 0.07 | 302.67 | 0.56 | 0.84 |
| Hex | ED | C0 | EB | 0 | 13 | 1 | 7 | 12F | 38 | 54 |
| Octal | 355 | 300 | 353 | 0 | 23 | 1 | 7 | 457 | 70 | 124 |
| Binary | 11101101 | 11000000 | 11101011 | 0 | 10011 | 1 | 111 | 100101111 | 111000 | 1010100 |
Color Harmonies of #EDC0EB
Complementary color
Monochromatic Colors of #EDC0EB
Black with #EDC0EB
Text Example
Text Example
White with #EDC0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0EB; }
p { color: rgb(237,192,235); }
H1.HeaderClassName
{
color: #EDC0EB;
}
.AnyTagClassName
{
color: #EDC0EB;
}
</style>
background-color css
<style>
a { background-color: #EDC0EB; }
a { background-color: rgb(237,192,235); }
div.DivClassName
{
background-color: #EDC0EB;
}
.BgClassName
{
background-color: #EDC0EB;
}
</style>
border-color css
<style>
span { border-color: #EDC0EB; }
span { border-color: rgb(237,192,235); }
td.TdClassName
{
border-color: #EDC0EB;
}
.TagClassName
{
border-color: #EDC0EB;
}
</style>