Shades of French Lilac #EDB3EA
Tints of French Lilac #EDB3EA
RGB
CMYK
RGB Variations
Color information
#EDB3EA (or 0xEDB3EA) is known color: French Lilac. HEX triplet: ED, B3 and EA. RGB value is (237,179,234). Sum of RGB (Red+Green+Blue) = 237+179+234=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 179 (70.31% from 255 or 27.54% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3EA is #124C15. Grayscale: #CACACA. Windows color (decimal): -1199126 or 15381485. OLE color: 15381485.
HSL color Cylindrical-coordinate representation of color #EDB3EA: hue angle of 303.1º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB3EA is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 234 | - |
| CMYK | 0 | 0.24 | 0.01 | 0.07 |
| HSL | 303.1º | 0.62% | 0.82% | - |
| HSV(B) | 303.1º | 0.24% | 0.93% | - |
| XYZ | 65.9 | 56.19 | 85.21 | - |
| YUV | 202.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 234 | 0 | 0.24 | 0.01 | 0.07 | 303.1 | 0.62 | 0.82 |
| Hex | ED | B3 | EA | 0 | 18 | 1 | 7 | 12F | 3E | 52 |
| Octal | 355 | 263 | 352 | 0 | 30 | 1 | 7 | 457 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11101010 | 0 | 11000 | 1 | 111 | 100101111 | 111110 | 1010010 |
Color Harmonies of #EDB3EA
Complementary color
Monochromatic Colors of #EDB3EA
Black with #EDB3EA
Text Example
Text Example
White with #EDB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3EA; }
p { color: rgb(237,179,234); }
H1.HeaderClassName
{
color: #EDB3EA;
}
.AnyTagClassName
{
color: #EDB3EA;
}
</style>
background-color css
<style>
a { background-color: #EDB3EA; }
a { background-color: rgb(237,179,234); }
div.DivClassName
{
background-color: #EDB3EA;
}
.BgClassName
{
background-color: #EDB3EA;
}
</style>
border-color css
<style>
span { border-color: #EDB3EA; }
span { border-color: rgb(237,179,234); }
td.TdClassName
{
border-color: #EDB3EA;
}
.TagClassName
{
border-color: #EDB3EA;
}
</style>