Shades of French Lilac #EDC5E4
Tints of French Lilac #EDC5E4
RGB
CMYK
RGB Variations
Color information
#EDC5E4 (or 0xEDC5E4) is known color: French Lilac. HEX triplet: ED, C5 and E4. RGB value is (237,197,228). Sum of RGB (Red+Green+Blue) = 237+197+228=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC5E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC5E4 is #123A1B. Grayscale: #D4D4D4. Windows color (decimal): -1194524 or 14992877. OLE color: 14992877.
HSL color Cylindrical-coordinate representation of color #EDC5E4: hue angle of 313.5º 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 #EDC5E4 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 197 | 228 | - |
CMYK | 0 | 0.17 | 0.04 | 0.07 |
HSL | 313.5º | 0.53% | 0.85% | - |
HSV(B) | 313.5º | 0.17% | 0.93% | - |
XYZ | 68.89 | 63.54 | 82.03 | - |
YUV | 212.49 | 136.75 | 145.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 197 | 228 | 0 | 0.17 | 0.04 | 0.07 | 313.5 | 0.53 | 0.85 |
Hex | ED | C5 | E4 | 0 | 11 | 4 | 7 | 13A | 35 | 55 |
Octal | 355 | 305 | 344 | 0 | 21 | 4 | 7 | 472 | 65 | 125 |
Binary | 11101101 | 11000101 | 11100100 | 0 | 10001 | 100 | 111 | 100111010 | 110101 | 1010101 |
Color Harmonies of #EDC5E4
Complementary color
Monochromatic Colors of #EDC5E4
Black with #EDC5E4
Text Example
Text Example
White with #EDC5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC5E4; }
p { color: rgb(237,197,228); }
H1.HeaderClassName
{
color: #EDC5E4;
}
.AnyTagClassName
{
color: #EDC5E4;
}
</style>
background-color css
<style>
a { background-color: #EDC5E4; }
a { background-color: rgb(237,197,228); }
div.DivClassName
{
background-color: #EDC5E4;
}
.BgClassName
{
background-color: #EDC5E4;
}
</style>
border-color css
<style>
span { border-color: #EDC5E4; }
span { border-color: rgb(237,197,228); }
td.TdClassName
{
border-color: #EDC5E4;
}
.TagClassName
{
border-color: #EDC5E4;
}
</style>