Shades of French Lilac #EDC9E5
Tints of French Lilac #EDC9E5
RGB
CMYK
RGB Variations
Color information
#EDC9E5 (or 0xEDC9E5) is known color: French Lilac. HEX triplet: ED, C9 and E5. RGB value is (237,201,229). Sum of RGB (Red+Green+Blue) = 237+201+229=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 201 (78.91% from 255 or 30.13% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9E5 is #12361A. Grayscale: #D6D6D6. Windows color (decimal): -1193499 or 15059437. OLE color: 15059437.
HSL color Cylindrical-coordinate representation of color #EDC9E5: hue angle of 313.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDC9E5 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 229 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.07 |
| HSL | 313.33º | 0.5% | 0.86% | - |
| HSV(B) | 313.33º | 0.15% | 0.93% | - |
| XYZ | 69.95 | 65.43 | 83.07 | - |
| YUV | 214.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 229 | 0 | 0.15 | 0.03 | 0.07 | 313.33 | 0.5 | 0.86 |
| Hex | ED | C9 | E5 | 0 | F | 3 | 7 | 139 | 32 | 56 |
| Octal | 355 | 311 | 345 | 0 | 17 | 3 | 7 | 471 | 62 | 126 |
| Binary | 11101101 | 11001001 | 11100101 | 0 | 1111 | 11 | 111 | 100111001 | 110010 | 1010110 |
Color Harmonies of #EDC9E5
Complementary color
Monochromatic Colors of #EDC9E5
Black with #EDC9E5
Text Example
Text Example
White with #EDC9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC9E5; }
p { color: rgb(237,201,229); }
H1.HeaderClassName
{
color: #EDC9E5;
}
.AnyTagClassName
{
color: #EDC9E5;
}
</style>
background-color css
<style>
a { background-color: #EDC9E5; }
a { background-color: rgb(237,201,229); }
div.DivClassName
{
background-color: #EDC9E5;
}
.BgClassName
{
background-color: #EDC9E5;
}
</style>
border-color css
<style>
span { border-color: #EDC9E5; }
span { border-color: rgb(237,201,229); }
td.TdClassName
{
border-color: #EDC9E5;
}
.TagClassName
{
border-color: #EDC9E5;
}
</style>