Shades of French Lilac #EDB3E1
Tints of French Lilac #EDB3E1
RGB
CMYK
RGB Variations
Color information
#EDB3E1 (or 0xEDB3E1) is known color: French Lilac. HEX triplet: ED, B3 and E1. RGB value is (237,179,225). Sum of RGB (Red+Green+Blue) = 237+179+225=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3E1 is #124C1E. Grayscale: #C9C9C9. Windows color (decimal): -1199135 or 14791661. OLE color: 14791661.
HSL color Cylindrical-coordinate representation of color #EDB3E1: hue angle of 312.41º 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 #EDB3E1 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 225 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.07 |
| HSL | 312.41º | 0.62% | 0.82% | - |
| HSV(B) | 312.41º | 0.24% | 0.93% | - |
| XYZ | 64.64 | 55.68 | 78.57 | - |
| YUV | 201.59 | 141.22 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 225 | 0 | 0.24 | 0.05 | 0.07 | 312.41 | 0.62 | 0.82 |
| Hex | ED | B3 | E1 | 0 | 18 | 5 | 7 | 138 | 3E | 52 |
| Octal | 355 | 263 | 341 | 0 | 30 | 5 | 7 | 470 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11100001 | 0 | 11000 | 101 | 111 | 100111000 | 111110 | 1010010 |
Color Harmonies of #EDB3E1
Complementary color
Monochromatic Colors of #EDB3E1
Black with #EDB3E1
Text Example
Text Example
White with #EDB3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3E1; }
p { color: rgb(237,179,225); }
H1.HeaderClassName
{
color: #EDB3E1;
}
.AnyTagClassName
{
color: #EDB3E1;
}
</style>
background-color css
<style>
a { background-color: #EDB3E1; }
a { background-color: rgb(237,179,225); }
div.DivClassName
{
background-color: #EDB3E1;
}
.BgClassName
{
background-color: #EDB3E1;
}
</style>
border-color css
<style>
span { border-color: #EDB3E1; }
span { border-color: rgb(237,179,225); }
td.TdClassName
{
border-color: #EDB3E1;
}
.TagClassName
{
border-color: #EDB3E1;
}
</style>