Shades of French Lilac #EDB3DB
Tints of French Lilac #EDB3DB
RGB
CMYK
RGB Variations
Color information
#EDB3DB (or 0xEDB3DB) is known color: French Lilac. HEX triplet: ED, B3 and DB. RGB value is (237,179,219). Sum of RGB (Red+Green+Blue) = 237+179+219=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 179 (70.31% from 255 or 28.19% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DB is #124C24. Grayscale: #C8C8C8. Windows color (decimal): -1199141 or 14398445. OLE color: 14398445.
HSL color Cylindrical-coordinate representation of color #EDB3DB: hue angle of 318.62º 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 #EDB3DB is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 219 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 318.62º | 0.62% | 0.82% | - |
| HSV(B) | 318.62º | 0.24% | 0.93% | - |
| XYZ | 63.83 | 55.36 | 74.34 | - |
| YUV | 200.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 219 | 0 | 0.24 | 0.08 | 0.07 | 318.62 | 0.62 | 0.82 |
| Hex | ED | B3 | DB | 0 | 18 | 8 | 7 | 13F | 3E | 52 |
| Octal | 355 | 263 | 333 | 0 | 30 | 10 | 7 | 477 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11011011 | 0 | 11000 | 1000 | 111 | 100111111 | 111110 | 1010010 |
Color Harmonies of #EDB3DB
Complementary color
Monochromatic Colors of #EDB3DB
Black with #EDB3DB
Text Example
Text Example
White with #EDB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3DB; }
p { color: rgb(237,179,219); }
H1.HeaderClassName
{
color: #EDB3DB;
}
.AnyTagClassName
{
color: #EDB3DB;
}
</style>
background-color css
<style>
a { background-color: #EDB3DB; }
a { background-color: rgb(237,179,219); }
div.DivClassName
{
background-color: #EDB3DB;
}
.BgClassName
{
background-color: #EDB3DB;
}
</style>
border-color css
<style>
span { border-color: #EDB3DB; }
span { border-color: rgb(237,179,219); }
td.TdClassName
{
border-color: #EDB3DB;
}
.TagClassName
{
border-color: #EDB3DB;
}
</style>