Shades of White Lilac #EDE6F1
Tints of White Lilac #EDE6F1
RGB
CMYK
RGB Variations
Color information
#EDE6F1 (or 0xEDE6F1) is known color: White Lilac. HEX triplet: ED, E6 and F1. RGB value is (237,230,241). Sum of RGB (Red+Green+Blue) = 237+230+241=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE6F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F1 is #12190E. Grayscale: #E9E9E9. Windows color (decimal): -1186063 or 15853293. OLE color: 15853293.
HSL color Cylindrical-coordinate representation of color #EDE6F1: hue angle of 278.18º degrees, saturation: 0.28, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE6F1 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 230 | 241 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.05 |
| HSL | 278.18º | 0.28% | 0.92% | - |
| HSV(B) | 278.18º | 0.05% | 0.95% | - |
| XYZ | 79.1 | 80.95 | 94.67 | - |
| YUV | 233.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 241 | 0.02 | 0.05 | 0 | 0.05 | 278.18 | 0.28 | 0.92 |
| Hex | ED | E6 | F1 | 2 | 5 | 0 | 5 | 116 | 1C | 5C |
| Octal | 355 | 346 | 361 | 2 | 5 | 0 | 5 | 426 | 34 | 134 |
| Binary | 11101101 | 11100110 | 11110001 | 10 | 101 | 0 | 101 | 100010110 | 11100 | 1011100 |
Color Harmonies of #EDE6F1
Complementary color
Monochromatic Colors of #EDE6F1
Black with #EDE6F1
Text Example
Text Example
White with #EDE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6F1; }
p { color: rgb(237,230,241); }
H1.HeaderClassName
{
color: #EDE6F1;
}
.AnyTagClassName
{
color: #EDE6F1;
}
</style>
background-color css
<style>
a { background-color: #EDE6F1; }
a { background-color: rgb(237,230,241); }
div.DivClassName
{
background-color: #EDE6F1;
}
.BgClassName
{
background-color: #EDE6F1;
}
</style>
border-color css
<style>
span { border-color: #EDE6F1; }
span { border-color: rgb(237,230,241); }
td.TdClassName
{
border-color: #EDE6F1;
}
.TagClassName
{
border-color: #EDE6F1;
}
</style>