Shades of French Lilac #EDB3E5
Tints of French Lilac #EDB3E5
RGB
CMYK
RGB Variations
Color information
#EDB3E5 (or 0xEDB3E5) is known color: French Lilac. HEX triplet: ED, B3 and E5. RGB value is (237,179,229). Sum of RGB (Red+Green+Blue) = 237+179+229=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3E5 is #124C1A. Grayscale: #C9C9C9. Windows color (decimal): -1199131 or 15053805. OLE color: 15053805.
HSL color Cylindrical-coordinate representation of color #EDB3E5: hue angle of 308.28º 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 #EDB3E5 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 229 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.07 |
| HSL | 308.28º | 0.62% | 0.82% | - |
| HSV(B) | 308.28º | 0.24% | 0.93% | - |
| XYZ | 65.19 | 55.9 | 81.48 | - |
| YUV | 202.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 229 | 0 | 0.24 | 0.03 | 0.07 | 308.28 | 0.62 | 0.82 |
| Hex | ED | B3 | E5 | 0 | 18 | 3 | 7 | 134 | 3E | 52 |
| Octal | 355 | 263 | 345 | 0 | 30 | 3 | 7 | 464 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11100101 | 0 | 11000 | 11 | 111 | 100110100 | 111110 | 1010010 |
Color Harmonies of #EDB3E5
Complementary color
Monochromatic Colors of #EDB3E5
Black with #EDB3E5
Text Example
Text Example
White with #EDB3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3E5; }
p { color: rgb(237,179,229); }
H1.HeaderClassName
{
color: #EDB3E5;
}
.AnyTagClassName
{
color: #EDB3E5;
}
</style>
background-color css
<style>
a { background-color: #EDB3E5; }
a { background-color: rgb(237,179,229); }
div.DivClassName
{
background-color: #EDB3E5;
}
.BgClassName
{
background-color: #EDB3E5;
}
</style>
border-color css
<style>
span { border-color: #EDB3E5; }
span { border-color: rgb(237,179,229); }
td.TdClassName
{
border-color: #EDB3E5;
}
.TagClassName
{
border-color: #EDB3E5;
}
</style>