Shades of French Lilac #EDC1E6
Tints of French Lilac #EDC1E6
RGB
CMYK
RGB Variations
Color information
#EDC1E6 (or 0xEDC1E6) is known color: French Lilac. HEX triplet: ED, C1 and E6. RGB value is (237,193,230). Sum of RGB (Red+Green+Blue) = 237+193+230=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 193 (75.78% from 255 or 29.24% from 660); Blue value is 230 (90.23% from 255 or 34.85% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC1E6 is #123E19. Grayscale: #D2D2D2. Windows color (decimal): -1195546 or 15122925. OLE color: 15122925.
HSL color Cylindrical-coordinate representation of color #EDC1E6: hue angle of 309.55º 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 #EDC1E6 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 193 | 230 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.07 |
| HSL | 309.55º | 0.55% | 0.84% | - |
| HSV(B) | 309.55º | 0.19% | 0.93% | - |
| XYZ | 68.28 | 61.86 | 83.2 | - |
| YUV | 210.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 193 | 230 | 0 | 0.19 | 0.03 | 0.07 | 309.55 | 0.55 | 0.84 |
| Hex | ED | C1 | E6 | 0 | 13 | 3 | 7 | 136 | 37 | 54 |
| Octal | 355 | 301 | 346 | 0 | 23 | 3 | 7 | 466 | 67 | 124 |
| Binary | 11101101 | 11000001 | 11100110 | 0 | 10011 | 11 | 111 | 100110110 | 110111 | 1010100 |
Color Harmonies of #EDC1E6
Complementary color
Monochromatic Colors of #EDC1E6
Black with #EDC1E6
Text Example
Text Example
White with #EDC1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC1E6; }
p { color: rgb(237,193,230); }
H1.HeaderClassName
{
color: #EDC1E6;
}
.AnyTagClassName
{
color: #EDC1E6;
}
</style>
background-color css
<style>
a { background-color: #EDC1E6; }
a { background-color: rgb(237,193,230); }
div.DivClassName
{
background-color: #EDC1E6;
}
.BgClassName
{
background-color: #EDC1E6;
}
</style>
border-color css
<style>
span { border-color: #EDC1E6; }
span { border-color: rgb(237,193,230); }
td.TdClassName
{
border-color: #EDC1E6;
}
.TagClassName
{
border-color: #EDC1E6;
}
</style>