Shades of French Lilac #EDB3DE
Tints of French Lilac #EDB3DE
RGB
CMYK
RGB Variations
Color information
#EDB3DE (or 0xEDB3DE) is known color: French Lilac. HEX triplet: ED, B3 and DE. RGB value is (237,179,222). Sum of RGB (Red+Green+Blue) = 237+179+222=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 179 (70.31% from 255 or 28.06% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DE is #124C21. Grayscale: #C9C9C9. Windows color (decimal): -1199138 or 14595053. OLE color: 14595053.
HSL color Cylindrical-coordinate representation of color #EDB3DE: hue angle of 315.52º 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 #EDB3DE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 222 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.07 |
| HSL | 315.52º | 0.62% | 0.82% | - |
| HSV(B) | 315.52º | 0.24% | 0.93% | - |
| XYZ | 64.23 | 55.52 | 76.44 | - |
| YUV | 201.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 222 | 0 | 0.24 | 0.06 | 0.07 | 315.52 | 0.62 | 0.82 |
| Hex | ED | B3 | DE | 0 | 18 | 6 | 7 | 13C | 3E | 52 |
| Octal | 355 | 263 | 336 | 0 | 30 | 6 | 7 | 474 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11011110 | 0 | 11000 | 110 | 111 | 100111100 | 111110 | 1010010 |
Color Harmonies of #EDB3DE
Complementary color
Monochromatic Colors of #EDB3DE
Black with #EDB3DE
Text Example
Text Example
White with #EDB3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3DE; }
p { color: rgb(237,179,222); }
H1.HeaderClassName
{
color: #EDB3DE;
}
.AnyTagClassName
{
color: #EDB3DE;
}
</style>
background-color css
<style>
a { background-color: #EDB3DE; }
a { background-color: rgb(237,179,222); }
div.DivClassName
{
background-color: #EDB3DE;
}
.BgClassName
{
background-color: #EDB3DE;
}
</style>
border-color css
<style>
span { border-color: #EDB3DE; }
span { border-color: rgb(237,179,222); }
td.TdClassName
{
border-color: #EDB3DE;
}
.TagClassName
{
border-color: #EDB3DE;
}
</style>