Shades of French Lilac #EDB1E6
Tints of French Lilac #EDB1E6
RGB
CMYK
RGB Variations
Color information
#EDB1E6 (or 0xEDB1E6) is known color: French Lilac. HEX triplet: ED, B1 and E6. RGB value is (237,177,230). Sum of RGB (Red+Green+Blue) = 237+177+230=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 177 (69.53% from 255 or 27.48% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1E6 is #124E19. Grayscale: #C8C8C8. Windows color (decimal): -1199642 or 15118829. OLE color: 15118829.
HSL color Cylindrical-coordinate representation of color #EDB1E6: hue angle of 307º 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 #EDB1E6 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 230 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.07 |
| HSL | 307º | 0.63% | 0.81% | - |
| HSV(B) | 307º | 0.25% | 0.93% | - |
| XYZ | 64.93 | 55.16 | 82.09 | - |
| YUV | 200.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 230 | 0 | 0.25 | 0.03 | 0.07 | 307 | 0.63 | 0.81 |
| Hex | ED | B1 | E6 | 0 | 19 | 3 | 7 | 133 | 3E | 51 |
| Octal | 355 | 261 | 346 | 0 | 31 | 3 | 7 | 463 | 76 | 121 |
| Binary | 11101101 | 10110001 | 11100110 | 0 | 11001 | 11 | 111 | 100110011 | 111110 | 1010001 |
Color Harmonies of #EDB1E6
Complementary color
Monochromatic Colors of #EDB1E6
Black with #EDB1E6
Text Example
Text Example
White with #EDB1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB1E6; }
p { color: rgb(237,177,230); }
H1.HeaderClassName
{
color: #EDB1E6;
}
.AnyTagClassName
{
color: #EDB1E6;
}
</style>
background-color css
<style>
a { background-color: #EDB1E6; }
a { background-color: rgb(237,177,230); }
div.DivClassName
{
background-color: #EDB1E6;
}
.BgClassName
{
background-color: #EDB1E6;
}
</style>
border-color css
<style>
span { border-color: #EDB1E6; }
span { border-color: rgb(237,177,230); }
td.TdClassName
{
border-color: #EDB1E6;
}
.TagClassName
{
border-color: #EDB1E6;
}
</style>