Shades of French Lilac #EDBAED
Tints of French Lilac #EDBAED
RGB
CMYK
RGB Variations
Color information
#EDBAED (or 0xEDBAED) is known color: French Lilac. HEX triplet: ED, BA and ED. RGB value is (237,186,237). Sum of RGB (Red+Green+Blue) = 237+186+237=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDBAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBAED is #124512. Grayscale: #CECECE. Windows color (decimal): -1197331 or 15579885. OLE color: 15579885.
HSL color Cylindrical-coordinate representation of color #EDBAED: hue angle of 300º 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 #EDBAED is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 186 | 237 | - |
CMYK | 0 | 0.22 | 0 | 0.07 |
HSL | 300º | 0.59% | 0.83% | - |
HSV(B) | 300º | 0.22% | 0.93% | - |
XYZ | 67.77 | 59.24 | 87.98 | - |
YUV | 207.06 | 144.9 | 149.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 186 | 237 | 0 | 0.22 | 0 | 0.07 | 300 | 0.59 | 0.83 |
Hex | ED | BA | ED | 0 | 16 | 0 | 7 | 12C | 3B | 53 |
Octal | 355 | 272 | 355 | 0 | 26 | 0 | 7 | 454 | 73 | 123 |
Binary | 11101101 | 10111010 | 11101101 | 0 | 10110 | 0 | 111 | 100101100 | 111011 | 1010011 |
Color Harmonies of #EDBAED
Complementary color
Monochromatic Colors of #EDBAED
Black with #EDBAED
Text Example
Text Example
White with #EDBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBAED; }
p { color: rgb(237,186,237); }
H1.HeaderClassName
{
color: #EDBAED;
}
.AnyTagClassName
{
color: #EDBAED;
}
</style>
background-color css
<style>
a { background-color: #EDBAED; }
a { background-color: rgb(237,186,237); }
div.DivClassName
{
background-color: #EDBAED;
}
.BgClassName
{
background-color: #EDBAED;
}
</style>
border-color css
<style>
span { border-color: #EDBAED; }
span { border-color: rgb(237,186,237); }
td.TdClassName
{
border-color: #EDBAED;
}
.TagClassName
{
border-color: #EDBAED;
}
</style>