Shades of French Lilac #EDB2DB
Tints of French Lilac #EDB2DB
RGB
CMYK
RGB Variations
Color information
#EDB2DB (or 0xEDB2DB) is known color: French Lilac. HEX triplet: ED, B2 and DB. RGB value is (237,178,219). Sum of RGB (Red+Green+Blue) = 237+178+219=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 178 (69.92% from 255 or 28.08% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB2DB is #124D24. Grayscale: #C8C8C8. Windows color (decimal): -1199397 or 14398189. OLE color: 14398189.
HSL color Cylindrical-coordinate representation of color #EDB2DB: hue angle of 318.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDB2DB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 219 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 318.31º | 0.62% | 0.81% | - |
| HSV(B) | 318.31º | 0.25% | 0.93% | - |
| XYZ | 63.63 | 54.96 | 74.27 | - |
| YUV | 200.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 219 | 0 | 0.25 | 0.08 | 0.07 | 318.31 | 0.62 | 0.81 |
| Hex | ED | B2 | DB | 0 | 19 | 8 | 7 | 13E | 3E | 51 |
| Octal | 355 | 262 | 333 | 0 | 31 | 10 | 7 | 476 | 76 | 121 |
| Binary | 11101101 | 10110010 | 11011011 | 0 | 11001 | 1000 | 111 | 100111110 | 111110 | 1010001 |
Color Harmonies of #EDB2DB
Complementary color
Monochromatic Colors of #EDB2DB
Black with #EDB2DB
Text Example
Text Example
White with #EDB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB2DB; }
p { color: rgb(237,178,219); }
H1.HeaderClassName
{
color: #EDB2DB;
}
.AnyTagClassName
{
color: #EDB2DB;
}
</style>
background-color css
<style>
a { background-color: #EDB2DB; }
a { background-color: rgb(237,178,219); }
div.DivClassName
{
background-color: #EDB2DB;
}
.BgClassName
{
background-color: #EDB2DB;
}
</style>
border-color css
<style>
span { border-color: #EDB2DB; }
span { border-color: rgb(237,178,219); }
td.TdClassName
{
border-color: #EDB2DB;
}
.TagClassName
{
border-color: #EDB2DB;
}
</style>