Shades of French Lilac #EDB1DA
Tints of French Lilac #EDB1DA
RGB
CMYK
RGB Variations
Color information
#EDB1DA (or 0xEDB1DA) is known color: French Lilac. HEX triplet: ED, B1 and DA. RGB value is (237,177,218). Sum of RGB (Red+Green+Blue) = 237+177+218=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DA is #124E25. Grayscale: #C7C7C7. Windows color (decimal): -1199654 or 14332397. OLE color: 14332397.
HSL color Cylindrical-coordinate representation of color #EDB1DA: hue angle of 319º 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 #EDB1DA is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 218 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.07 |
| HSL | 319º | 0.63% | 0.81% | - |
| HSV(B) | 319º | 0.25% | 0.93% | - |
| XYZ | 63.3 | 54.51 | 73.51 | - |
| YUV | 199.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 218 | 0 | 0.25 | 0.08 | 0.07 | 319 | 0.63 | 0.81 |
| Hex | ED | B1 | DA | 0 | 19 | 8 | 7 | 13F | 3E | 51 |
| Octal | 355 | 261 | 332 | 0 | 31 | 10 | 7 | 477 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11011010 | 0 | 11001 | 1000 | 111 | 100111111 | 111110 | 1010001 |
Color Harmonies of #EDB1DA
Complementary color
Monochromatic Colors of #EDB1DA
Black with #EDB1DA
Text Example
Text Example
White with #EDB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1DA; }
p { color: rgb(237,177,218); }
H1.HeaderClassName
{
color: #EDB1DA;
}
.AnyTagClassName
{
color: #EDB1DA;
}
</style>
background-color css
<style>
a { background-color: #EDB1DA; }
a { background-color: rgb(237,177,218); }
div.DivClassName
{
background-color: #EDB1DA;
}
.BgClassName
{
background-color: #EDB1DA;
}
</style>
border-color css
<style>
span { border-color: #EDB1DA; }
span { border-color: rgb(237,177,218); }
td.TdClassName
{
border-color: #EDB1DA;
}
.TagClassName
{
border-color: #EDB1DA;
}
</style>