Shades of French Lilac #EDB1DE
Tints of French Lilac #EDB1DE
RGB
CMYK
RGB Variations
Color information
#EDB1DE (or 0xEDB1DE) is known color: French Lilac. HEX triplet: ED, B1 and DE. RGB value is (237,177,222). Sum of RGB (Red+Green+Blue) = 237+177+222=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 177 (69.53% from 255 or 27.83% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1DE is #124E21. Grayscale: #C7C7C7. Windows color (decimal): -1199650 or 14594541. OLE color: 14594541.
HSL color Cylindrical-coordinate representation of color #EDB1DE: hue angle of 315º 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 #EDB1DE is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 222 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.07 |
| HSL | 315º | 0.63% | 0.81% | - |
| HSV(B) | 315º | 0.25% | 0.93% | - |
| XYZ | 63.83 | 54.72 | 76.31 | - |
| YUV | 200.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 222 | 0 | 0.25 | 0.06 | 0.07 | 315 | 0.63 | 0.81 |
| Hex | ED | B1 | DE | 0 | 19 | 6 | 7 | 13B | 3E | 51 |
| Octal | 355 | 261 | 336 | 0 | 31 | 6 | 7 | 473 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11011110 | 0 | 11001 | 110 | 111 | 100111011 | 111110 | 1010001 |
Color Harmonies of #EDB1DE
Complementary color
Monochromatic Colors of #EDB1DE
Black with #EDB1DE
Text Example
Text Example
White with #EDB1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1DE; }
p { color: rgb(237,177,222); }
H1.HeaderClassName
{
color: #EDB1DE;
}
.AnyTagClassName
{
color: #EDB1DE;
}
</style>
background-color css
<style>
a { background-color: #EDB1DE; }
a { background-color: rgb(237,177,222); }
div.DivClassName
{
background-color: #EDB1DE;
}
.BgClassName
{
background-color: #EDB1DE;
}
</style>
border-color css
<style>
span { border-color: #EDB1DE; }
span { border-color: rgb(237,177,222); }
td.TdClassName
{
border-color: #EDB1DE;
}
.TagClassName
{
border-color: #EDB1DE;
}
</style>