Shades of French Lilac #EDB1DF
Tints of French Lilac #EDB1DF
RGB
CMYK
RGB Variations
Color information
#EDB1DF (or 0xEDB1DF) is known color: French Lilac. HEX triplet: ED, B1 and DF. RGB value is (237,177,223). Sum of RGB (Red+Green+Blue) = 237+177+223=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 177 (69.53% from 255 or 27.79% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DF is #124E20. Grayscale: #C8C8C8. Windows color (decimal): -1199649 or 14660077. OLE color: 14660077.
HSL color Cylindrical-coordinate representation of color #EDB1DF: hue angle of 314º 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 #EDB1DF is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 223 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 314º | 0.63% | 0.81% | - |
| HSV(B) | 314º | 0.25% | 0.93% | - |
| XYZ | 63.97 | 54.78 | 77.01 | - |
| YUV | 200.18 | 140.88 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 223 | 0 | 0.25 | 0.06 | 0.07 | 314 | 0.63 | 0.81 |
| Hex | ED | B1 | DF | 0 | 19 | 6 | 7 | 13A | 3E | 51 |
| Octal | 355 | 261 | 337 | 0 | 31 | 6 | 7 | 472 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11011111 | 0 | 11001 | 110 | 111 | 100111010 | 111110 | 1010001 |
Color Harmonies of #EDB1DF
Complementary color
Monochromatic Colors of #EDB1DF
Black with #EDB1DF
Text Example
Text Example
White with #EDB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1DF; }
p { color: rgb(237,177,223); }
H1.HeaderClassName
{
color: #EDB1DF;
}
.AnyTagClassName
{
color: #EDB1DF;
}
</style>
background-color css
<style>
a { background-color: #EDB1DF; }
a { background-color: rgb(237,177,223); }
div.DivClassName
{
background-color: #EDB1DF;
}
.BgClassName
{
background-color: #EDB1DF;
}
</style>
border-color css
<style>
span { border-color: #EDB1DF; }
span { border-color: rgb(237,177,223); }
td.TdClassName
{
border-color: #EDB1DF;
}
.TagClassName
{
border-color: #EDB1DF;
}
</style>