Shades of French Lilac #EDC1E8
Tints of French Lilac #EDC1E8
RGB
CMYK
RGB Variations
Color information
#EDC1E8 (or 0xEDC1E8) is known color: French Lilac. HEX triplet: ED, C1 and E8. RGB value is (237,193,232). Sum of RGB (Red+Green+Blue) = 237+193+232=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 193 (75.78% from 255 or 29.15% from 662); Blue value is 232 (91.02% from 255 or 35.05% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1E8 is #123E17. Grayscale: #D2D2D2. Windows color (decimal): -1195544 or 15253997. OLE color: 15253997.
HSL color Cylindrical-coordinate representation of color #EDC1E8: hue angle of 306.82º 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 #EDC1E8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 232 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.07 |
| HSL | 306.82º | 0.55% | 0.84% | - |
| HSV(B) | 306.82º | 0.19% | 0.93% | - |
| XYZ | 68.56 | 61.97 | 84.69 | - |
| YUV | 210.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 232 | 0 | 0.19 | 0.02 | 0.07 | 306.82 | 0.55 | 0.84 |
| Hex | ED | C1 | E8 | 0 | 13 | 2 | 7 | 133 | 37 | 54 |
| Octal | 355 | 301 | 350 | 0 | 23 | 2 | 7 | 463 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11101000 | 0 | 10011 | 10 | 111 | 100110011 | 110111 | 1010100 |
Color Harmonies of #EDC1E8
Complementary color
Monochromatic Colors of #EDC1E8
Black with #EDC1E8
Text Example
Text Example
White with #EDC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1E8; }
p { color: rgb(237,193,232); }
H1.HeaderClassName
{
color: #EDC1E8;
}
.AnyTagClassName
{
color: #EDC1E8;
}
</style>
background-color css
<style>
a { background-color: #EDC1E8; }
a { background-color: rgb(237,193,232); }
div.DivClassName
{
background-color: #EDC1E8;
}
.BgClassName
{
background-color: #EDC1E8;
}
</style>
border-color css
<style>
span { border-color: #EDC1E8; }
span { border-color: rgb(237,193,232); }
td.TdClassName
{
border-color: #EDC1E8;
}
.TagClassName
{
border-color: #EDC1E8;
}
</style>