Shades of French Lilac #EDC2EA
Tints of French Lilac #EDC2EA
RGB
CMYK
RGB Variations
Color information
#EDC2EA (or 0xEDC2EA) is known color: French Lilac. HEX triplet: ED, C2 and EA. RGB value is (237,194,234). Sum of RGB (Red+Green+Blue) = 237+194+234=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC2EA is #123D15. Grayscale: #D3D3D3. Windows color (decimal): -1195286 or 15385325. OLE color: 15385325.
HSL color Cylindrical-coordinate representation of color #EDC2EA: hue angle of 304.19º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC2EA is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 234 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.07 |
| HSL | 304.19º | 0.54% | 0.85% | - |
| HSV(B) | 304.19º | 0.18% | 0.93% | - |
| XYZ | 69.07 | 62.53 | 86.27 | - |
| YUV | 211.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 234 | 0 | 0.18 | 0.01 | 0.07 | 304.19 | 0.54 | 0.85 |
| Hex | ED | C2 | EA | 0 | 12 | 1 | 7 | 130 | 36 | 55 |
| Octal | 355 | 302 | 352 | 0 | 22 | 1 | 7 | 460 | 66 | 125 |
| Binary | 11101101 | 11000010 | 11101010 | 0 | 10010 | 1 | 111 | 100110000 | 110110 | 1010101 |
Color Harmonies of #EDC2EA
Complementary color
Monochromatic Colors of #EDC2EA
Black with #EDC2EA
Text Example
Text Example
White with #EDC2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC2EA; }
p { color: rgb(237,194,234); }
H1.HeaderClassName
{
color: #EDC2EA;
}
.AnyTagClassName
{
color: #EDC2EA;
}
</style>
background-color css
<style>
a { background-color: #EDC2EA; }
a { background-color: rgb(237,194,234); }
div.DivClassName
{
background-color: #EDC2EA;
}
.BgClassName
{
background-color: #EDC2EA;
}
</style>
border-color css
<style>
span { border-color: #EDC2EA; }
span { border-color: rgb(237,194,234); }
td.TdClassName
{
border-color: #EDC2EA;
}
.TagClassName
{
border-color: #EDC2EA;
}
</style>