Shades of French Lilac #EDB1DC
Tints of French Lilac #EDB1DC
RGB
CMYK
RGB Variations
Color information
#EDB1DC (or 0xEDB1DC) is known color: French Lilac. HEX triplet: ED, B1 and DC. RGB value is (237,177,220). Sum of RGB (Red+Green+Blue) = 237+177+220=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DC is #124E23. Grayscale: #C7C7C7. Windows color (decimal): -1199652 or 14463469. OLE color: 14463469.
HSL color Cylindrical-coordinate representation of color #EDB1DC: hue angle of 317º 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 #EDB1DC is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 220 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.07 |
| HSL | 317º | 0.63% | 0.81% | - |
| HSV(B) | 317º | 0.25% | 0.93% | - |
| XYZ | 63.57 | 54.62 | 74.9 | - |
| YUV | 199.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 220 | 0 | 0.25 | 0.07 | 0.07 | 317 | 0.63 | 0.81 |
| Hex | ED | B1 | DC | 0 | 19 | 7 | 7 | 13D | 3E | 51 |
| Octal | 355 | 261 | 334 | 0 | 31 | 7 | 7 | 475 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11011100 | 0 | 11001 | 111 | 111 | 100111101 | 111110 | 1010001 |
Color Harmonies of #EDB1DC
Complementary color
Monochromatic Colors of #EDB1DC
Black with #EDB1DC
Text Example
Text Example
White with #EDB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1DC; }
p { color: rgb(237,177,220); }
H1.HeaderClassName
{
color: #EDB1DC;
}
.AnyTagClassName
{
color: #EDB1DC;
}
</style>
background-color css
<style>
a { background-color: #EDB1DC; }
a { background-color: rgb(237,177,220); }
div.DivClassName
{
background-color: #EDB1DC;
}
.BgClassName
{
background-color: #EDB1DC;
}
</style>
border-color css
<style>
span { border-color: #EDB1DC; }
span { border-color: rgb(237,177,220); }
td.TdClassName
{
border-color: #EDB1DC;
}
.TagClassName
{
border-color: #EDB1DC;
}
</style>