Shades of French Lilac #EDC0E6
Tints of French Lilac #EDC0E6
RGB
CMYK
RGB Variations
Color information
#EDC0E6 (or 0xEDC0E6) is known color: French Lilac. HEX triplet: ED, C0 and E6. RGB value is (237,192,230). Sum of RGB (Red+Green+Blue) = 237+192+230=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 192 (75.39% from 255 or 29.14% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC0E6 is #123F19. Grayscale: #D1D1D1. Windows color (decimal): -1195802 or 15122669. OLE color: 15122669.
HSL color Cylindrical-coordinate representation of color #EDC0E6: hue angle of 309.33º 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 #EDC0E6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 192 | 230 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 309.33º | 0.56% | 0.84% | - |
| HSV(B) | 309.33º | 0.19% | 0.93% | - |
| XYZ | 68.06 | 61.42 | 83.13 | - |
| YUV | 209.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 192 | 230 | 0 | 0.19 | 0.03 | 0.07 | 309.33 | 0.56 | 0.84 |
| Hex | ED | C0 | E6 | 0 | 13 | 3 | 7 | 135 | 38 | 54 |
| Octal | 355 | 300 | 346 | 0 | 23 | 3 | 7 | 465 | 70 | 124 |
| Binary | 11101101 | 11000000 | 11100110 | 0 | 10011 | 11 | 111 | 100110101 | 111000 | 1010100 |
Color Harmonies of #EDC0E6
Complementary color
Monochromatic Colors of #EDC0E6
Black with #EDC0E6
Text Example
Text Example
White with #EDC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC0E6; }
p { color: rgb(237,192,230); }
H1.HeaderClassName
{
color: #EDC0E6;
}
.AnyTagClassName
{
color: #EDC0E6;
}
</style>
background-color css
<style>
a { background-color: #EDC0E6; }
a { background-color: rgb(237,192,230); }
div.DivClassName
{
background-color: #EDC0E6;
}
.BgClassName
{
background-color: #EDC0E6;
}
</style>
border-color css
<style>
span { border-color: #EDC0E6; }
span { border-color: rgb(237,192,230); }
td.TdClassName
{
border-color: #EDC0E6;
}
.TagClassName
{
border-color: #EDC0E6;
}
</style>