Shades of French Lilac #EDB3DA
Tints of French Lilac #EDB3DA
RGB
CMYK
RGB Variations
Color information
#EDB3DA (or 0xEDB3DA) is known color: French Lilac. HEX triplet: ED, B3 and DA. RGB value is (237,179,218). Sum of RGB (Red+Green+Blue) = 237+179+218=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 179 (70.31% from 255 or 28.23% from 634); Blue value is 218 (85.55% from 255 or 34.38% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB3DA is #124C25. Grayscale: #C8C8C8. Windows color (decimal): -1199142 or 14332909. OLE color: 14332909.
HSL color Cylindrical-coordinate representation of color #EDB3DA: hue angle of 319.66º 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 #EDB3DA is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 218 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.07 |
| HSL | 319.66º | 0.62% | 0.82% | - |
| HSV(B) | 319.66º | 0.24% | 0.93% | - |
| XYZ | 63.7 | 55.31 | 73.65 | - |
| YUV | 200.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 218 | 0 | 0.24 | 0.08 | 0.07 | 319.66 | 0.62 | 0.82 |
| Hex | ED | B3 | DA | 0 | 18 | 8 | 7 | 140 | 3E | 52 |
| Octal | 355 | 263 | 332 | 0 | 30 | 10 | 7 | 500 | 76 | 122 |
| Binary | 11101101 | 10110011 | 11011010 | 0 | 11000 | 1000 | 111 | 101000000 | 111110 | 1010010 |
Color Harmonies of #EDB3DA
Complementary color
Monochromatic Colors of #EDB3DA
Black with #EDB3DA
Text Example
Text Example
White with #EDB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB3DA; }
p { color: rgb(237,179,218); }
H1.HeaderClassName
{
color: #EDB3DA;
}
.AnyTagClassName
{
color: #EDB3DA;
}
</style>
background-color css
<style>
a { background-color: #EDB3DA; }
a { background-color: rgb(237,179,218); }
div.DivClassName
{
background-color: #EDB3DA;
}
.BgClassName
{
background-color: #EDB3DA;
}
</style>
border-color css
<style>
span { border-color: #EDB3DA; }
span { border-color: rgb(237,179,218); }
td.TdClassName
{
border-color: #EDB3DA;
}
.TagClassName
{
border-color: #EDB3DA;
}
</style>