Shades of White Lilac #EDE6F0
Tints of White Lilac #EDE6F0
RGB
CMYK
RGB Variations
Color information
#EDE6F0 (or 0xEDE6F0) is known color: White Lilac. HEX triplet: ED, E6 and F0. RGB value is (237,230,240). Sum of RGB (Red+Green+Blue) = 237+230+240=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F0 is #12190F. Grayscale: #E9E9E9. Windows color (decimal): -1186064 or 15787757. OLE color: 15787757.
HSL color Cylindrical-coordinate representation of color #EDE6F0: hue angle of 282º degrees, saturation: 0.25, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE6F0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 230 | 240 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.06 |
| HSL | 282º | 0.25% | 0.92% | - |
| HSV(B) | 282º | 0.04% | 0.94% | - |
| XYZ | 78.95 | 80.89 | 93.89 | - |
| YUV | 233.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 240 | 0.01 | 0.04 | 0 | 0.06 | 282 | 0.25 | 0.92 |
| Hex | ED | E6 | F0 | 1 | 4 | 0 | 6 | 11A | 19 | 5C |
| Octal | 355 | 346 | 360 | 1 | 4 | 0 | 6 | 432 | 31 | 134 |
| Binary | 11101101 | 11100110 | 11110000 | 1 | 100 | 0 | 110 | 100011010 | 11001 | 1011100 |
Color Harmonies of #EDE6F0
Complementary color
Monochromatic Colors of #EDE6F0
Black with #EDE6F0
Text Example
Text Example
White with #EDE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6F0; }
p { color: rgb(237,230,240); }
H1.HeaderClassName
{
color: #EDE6F0;
}
.AnyTagClassName
{
color: #EDE6F0;
}
</style>
background-color css
<style>
a { background-color: #EDE6F0; }
a { background-color: rgb(237,230,240); }
div.DivClassName
{
background-color: #EDE6F0;
}
.BgClassName
{
background-color: #EDE6F0;
}
</style>
border-color css
<style>
span { border-color: #EDE6F0; }
span { border-color: rgb(237,230,240); }
td.TdClassName
{
border-color: #EDE6F0;
}
.TagClassName
{
border-color: #EDE6F0;
}
</style>