Shades of French Lilac #EDC1E1
Tints of French Lilac #EDC1E1
RGB
CMYK
RGB Variations
Color information
#EDC1E1 (or 0xEDC1E1) is known color: French Lilac. HEX triplet: ED, C1 and E1. RGB value is (237,193,225). Sum of RGB (Red+Green+Blue) = 237+193+225=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 225 (88.28% from 255 or 34.35% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1E1 is #123E1E. Grayscale: #D1D1D1. Windows color (decimal): -1195551 or 14795245. OLE color: 14795245.
HSL color Cylindrical-coordinate representation of color #EDC1E1: hue angle of 316.36º degrees, saturation: 0.55, 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 #EDC1E1 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 225 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.07 |
| HSL | 316.36º | 0.55% | 0.84% | - |
| HSV(B) | 316.36º | 0.19% | 0.93% | - |
| XYZ | 67.59 | 61.58 | 79.56 | - |
| YUV | 209.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 225 | 0 | 0.19 | 0.05 | 0.07 | 316.36 | 0.55 | 0.84 |
| Hex | ED | C1 | E1 | 0 | 13 | 5 | 7 | 13C | 37 | 54 |
| Octal | 355 | 301 | 341 | 0 | 23 | 5 | 7 | 474 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11100001 | 0 | 10011 | 101 | 111 | 100111100 | 110111 | 1010100 |
Color Harmonies of #EDC1E1
Complementary color
Monochromatic Colors of #EDC1E1
Black with #EDC1E1
Text Example
Text Example
White with #EDC1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1E1; }
p { color: rgb(237,193,225); }
H1.HeaderClassName
{
color: #EDC1E1;
}
.AnyTagClassName
{
color: #EDC1E1;
}
</style>
background-color css
<style>
a { background-color: #EDC1E1; }
a { background-color: rgb(237,193,225); }
div.DivClassName
{
background-color: #EDC1E1;
}
.BgClassName
{
background-color: #EDC1E1;
}
</style>
border-color css
<style>
span { border-color: #EDC1E1; }
span { border-color: rgb(237,193,225); }
td.TdClassName
{
border-color: #EDC1E1;
}
.TagClassName
{
border-color: #EDC1E1;
}
</style>