Shades of French Lilac #EDC8E5
Tints of French Lilac #EDC8E5
RGB
CMYK
RGB Variations
Color information
#EDC8E5 (or 0xEDC8E5) is known color: French Lilac. HEX triplet: ED, C8 and E5. RGB value is (237,200,229). Sum of RGB (Red+Green+Blue) = 237+200+229=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 200 (78.52% from 255 or 30.03% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8E5 is #12371A. Grayscale: #D6D6D6. Windows color (decimal): -1193755 or 15059181. OLE color: 15059181.
HSL color Cylindrical-coordinate representation of color #EDC8E5: hue angle of 312.97º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDC8E5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 229 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.07 |
| HSL | 312.97º | 0.51% | 0.86% | - |
| HSV(B) | 312.97º | 0.16% | 0.93% | - |
| XYZ | 69.72 | 64.97 | 82.99 | - |
| YUV | 214.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 229 | 0 | 0.16 | 0.03 | 0.07 | 312.97 | 0.51 | 0.86 |
| Hex | ED | C8 | E5 | 0 | 10 | 3 | 7 | 139 | 33 | 56 |
| Octal | 355 | 310 | 345 | 0 | 20 | 3 | 7 | 471 | 63 | 126 |
| Binary | 11101101 | 11001000 | 11100101 | 0 | 10000 | 11 | 111 | 100111001 | 110011 | 1010110 |
Color Harmonies of #EDC8E5
Complementary color
Monochromatic Colors of #EDC8E5
Black with #EDC8E5
Text Example
Text Example
White with #EDC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC8E5; }
p { color: rgb(237,200,229); }
H1.HeaderClassName
{
color: #EDC8E5;
}
.AnyTagClassName
{
color: #EDC8E5;
}
</style>
background-color css
<style>
a { background-color: #EDC8E5; }
a { background-color: rgb(237,200,229); }
div.DivClassName
{
background-color: #EDC8E5;
}
.BgClassName
{
background-color: #EDC8E5;
}
</style>
border-color css
<style>
span { border-color: #EDC8E5; }
span { border-color: rgb(237,200,229); }
td.TdClassName
{
border-color: #EDC8E5;
}
.TagClassName
{
border-color: #EDC8E5;
}
</style>