Shades of French Lilac #EDB1DD
Tints of French Lilac #EDB1DD
RGB
CMYK
RGB Variations
Color information
#EDB1DD (or 0xEDB1DD) is known color: French Lilac. HEX triplet: ED, B1 and DD. RGB value is (237,177,221). Sum of RGB (Red+Green+Blue) = 237+177+221=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DD is #124E22. Grayscale: #C7C7C7. Windows color (decimal): -1199651 or 14529005. OLE color: 14529005.
HSL color Cylindrical-coordinate representation of color #EDB1DD: hue angle of 316º 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 #EDB1DD is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 221 | - |
| CMYK | 0 | 0.25 | 0.07 | 0.07 |
| HSL | 316º | 0.63% | 0.81% | - |
| HSV(B) | 316º | 0.25% | 0.93% | - |
| XYZ | 63.7 | 54.67 | 75.6 | - |
| YUV | 199.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 221 | 0 | 0.25 | 0.07 | 0.07 | 316 | 0.63 | 0.81 |
| Hex | ED | B1 | DD | 0 | 19 | 7 | 7 | 13C | 3E | 51 |
| Octal | 355 | 261 | 335 | 0 | 31 | 7 | 7 | 474 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11011101 | 0 | 11001 | 111 | 111 | 100111100 | 111110 | 1010001 |
Color Harmonies of #EDB1DD
Complementary color
Monochromatic Colors of #EDB1DD
Black with #EDB1DD
Text Example
Text Example
White with #EDB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1DD; }
p { color: rgb(237,177,221); }
H1.HeaderClassName
{
color: #EDB1DD;
}
.AnyTagClassName
{
color: #EDB1DD;
}
</style>
background-color css
<style>
a { background-color: #EDB1DD; }
a { background-color: rgb(237,177,221); }
div.DivClassName
{
background-color: #EDB1DD;
}
.BgClassName
{
background-color: #EDB1DD;
}
</style>
border-color css
<style>
span { border-color: #EDB1DD; }
span { border-color: rgb(237,177,221); }
td.TdClassName
{
border-color: #EDB1DD;
}
.TagClassName
{
border-color: #EDB1DD;
}
</style>