Shades of French Lilac #EDB1E3
Tints of French Lilac #EDB1E3
RGB
CMYK
RGB Variations
Color information
#EDB1E3 (or 0xEDB1E3) is known color: French Lilac. HEX triplet: ED, B1 and E3. RGB value is (237,177,227). Sum of RGB (Red+Green+Blue) = 237+177+227=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 177 (69.53% from 255 or 27.61% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDB1E3 is #124E1C. Grayscale: #C8C8C8. Windows color (decimal): -1199645 or 14922221. OLE color: 14922221.
HSL color Cylindrical-coordinate representation of color #EDB1E3: hue angle of 310º 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 #EDB1E3 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 227 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.07 |
| HSL | 310º | 0.63% | 0.81% | - |
| HSV(B) | 310º | 0.25% | 0.93% | - |
| XYZ | 64.51 | 54.99 | 79.89 | - |
| YUV | 200.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 227 | 0 | 0.25 | 0.04 | 0.07 | 310 | 0.63 | 0.81 |
| Hex | ED | B1 | E3 | 0 | 19 | 4 | 7 | 136 | 3E | 51 |
| Octal | 355 | 261 | 343 | 0 | 31 | 4 | 7 | 466 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11100011 | 0 | 11001 | 100 | 111 | 100110110 | 111110 | 1010001 |
Color Harmonies of #EDB1E3
Complementary color
Monochromatic Colors of #EDB1E3
Black with #EDB1E3
Text Example
Text Example
White with #EDB1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1E3; }
p { color: rgb(237,177,227); }
H1.HeaderClassName
{
color: #EDB1E3;
}
.AnyTagClassName
{
color: #EDB1E3;
}
</style>
background-color css
<style>
a { background-color: #EDB1E3; }
a { background-color: rgb(237,177,227); }
div.DivClassName
{
background-color: #EDB1E3;
}
.BgClassName
{
background-color: #EDB1E3;
}
</style>
border-color css
<style>
span { border-color: #EDB1E3; }
span { border-color: rgb(237,177,227); }
td.TdClassName
{
border-color: #EDB1E3;
}
.TagClassName
{
border-color: #EDB1E3;
}
</style>