Shades of French Lilac #EDBADC
Tints of French Lilac #EDBADC
RGB
CMYK
RGB Variations
Color information
#EDBADC (or 0xEDBADC) is known color: French Lilac. HEX triplet: ED, BA and DC. RGB value is (237,186,220). Sum of RGB (Red+Green+Blue) = 237+186+220=643 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.86% from 643); Green value is 186 (73.05% from 255 or 28.93% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBADC is #124523. Grayscale: #CDCDCD. Windows color (decimal): -1197348 or 14465773. OLE color: 14465773.
HSL color Cylindrical-coordinate representation of color #EDBADC: hue angle of 320º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDBADC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 220 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.07 |
| HSL | 320º | 0.59% | 0.83% | - |
| HSV(B) | 320º | 0.22% | 0.93% | - |
| XYZ | 65.4 | 58.29 | 75.51 | - |
| YUV | 205.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 220 | 0 | 0.22 | 0.07 | 0.07 | 320 | 0.59 | 0.83 |
| Hex | ED | BA | DC | 0 | 16 | 7 | 7 | 140 | 3B | 53 |
| Octal | 355 | 272 | 334 | 0 | 26 | 7 | 7 | 500 | 73 | 123 |
| Binary | 11101101 | 10111010 | 11011100 | 0 | 10110 | 111 | 111 | 101000000 | 111011 | 1010011 |
Color Harmonies of #EDBADC
Complementary color
Monochromatic Colors of #EDBADC
Black with #EDBADC
Text Example
Text Example
White with #EDBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBADC; }
p { color: rgb(237,186,220); }
H1.HeaderClassName
{
color: #EDBADC;
}
.AnyTagClassName
{
color: #EDBADC;
}
</style>
background-color css
<style>
a { background-color: #EDBADC; }
a { background-color: rgb(237,186,220); }
div.DivClassName
{
background-color: #EDBADC;
}
.BgClassName
{
background-color: #EDBADC;
}
</style>
border-color css
<style>
span { border-color: #EDBADC; }
span { border-color: rgb(237,186,220); }
td.TdClassName
{
border-color: #EDBADC;
}
.TagClassName
{
border-color: #EDBADC;
}
</style>