Shades of French Lilac #EDC4E9
Tints of French Lilac #EDC4E9
RGB
CMYK
RGB Variations
Color information
#EDC4E9 (or 0xEDC4E9) is known color: French Lilac. HEX triplet: ED, C4 and E9. RGB value is (237,196,233). Sum of RGB (Red+Green+Blue) = 237+196+233=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 196 (76.95% from 255 or 29.43% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4E9 is #123B16. Grayscale: #D4D4D4. Windows color (decimal): -1194775 or 15320301. OLE color: 15320301.
HSL color Cylindrical-coordinate representation of color #EDC4E9: hue angle of 305.85º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDC4E9 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 233 | - |
| CMYK | 0 | 0.17 | 0.02 | 0.07 |
| HSL | 305.85º | 0.53% | 0.85% | - |
| HSV(B) | 305.85º | 0.17% | 0.93% | - |
| XYZ | 69.37 | 63.37 | 85.67 | - |
| YUV | 212.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 233 | 0 | 0.17 | 0.02 | 0.07 | 305.85 | 0.53 | 0.85 |
| Hex | ED | C4 | E9 | 0 | 11 | 2 | 7 | 132 | 35 | 55 |
| Octal | 355 | 304 | 351 | 0 | 21 | 2 | 7 | 462 | 65 | 125 |
| Binary | 11101101 | 11000100 | 11101001 | 0 | 10001 | 10 | 111 | 100110010 | 110101 | 1010101 |
Color Harmonies of #EDC4E9
Complementary color
Monochromatic Colors of #EDC4E9
Black with #EDC4E9
Text Example
Text Example
White with #EDC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC4E9; }
p { color: rgb(237,196,233); }
H1.HeaderClassName
{
color: #EDC4E9;
}
.AnyTagClassName
{
color: #EDC4E9;
}
</style>
background-color css
<style>
a { background-color: #EDC4E9; }
a { background-color: rgb(237,196,233); }
div.DivClassName
{
background-color: #EDC4E9;
}
.BgClassName
{
background-color: #EDC4E9;
}
</style>
border-color css
<style>
span { border-color: #EDC4E9; }
span { border-color: rgb(237,196,233); }
td.TdClassName
{
border-color: #EDC4E9;
}
.TagClassName
{
border-color: #EDC4E9;
}
</style>