Shades of White Lilac #EDE4F0
Tints of White Lilac #EDE4F0
RGB
CMYK
RGB Variations
Color information
#EDE4F0 (or 0xEDE4F0) is known color: White Lilac. HEX triplet: ED, E4 and F0. RGB value is (237,228,240). Sum of RGB (Red+Green+Blue) = 237+228+240=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4F0 is #121B0F. Grayscale: #E8E8E8. Windows color (decimal): -1186576 or 15787245. OLE color: 15787245.
HSL color Cylindrical-coordinate representation of color #EDE4F0: hue angle of 285º degrees, saturation: 0.29, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE4F0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 228 | 240 | - |
CMYK | 0.01 | 0.05 | 0 | 0.06 |
HSL | 285º | 0.29% | 0.92% | - |
HSV(B) | 285º | 0.05% | 0.94% | - |
XYZ | 78.4 | 79.78 | 93.71 | - |
YUV | 232.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 228 | 240 | 0.01 | 0.05 | 0 | 0.06 | 285 | 0.29 | 0.92 |
Hex | ED | E4 | F0 | 1 | 5 | 0 | 6 | 11D | 1D | 5C |
Octal | 355 | 344 | 360 | 1 | 5 | 0 | 6 | 435 | 35 | 134 |
Binary | 11101101 | 11100100 | 11110000 | 1 | 101 | 0 | 110 | 100011101 | 11101 | 1011100 |
Color Harmonies of #EDE4F0
Complementary color
Monochromatic Colors of #EDE4F0
Black with #EDE4F0
Text Example
Text Example
White with #EDE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4F0; }
p { color: rgb(237,228,240); }
H1.HeaderClassName
{
color: #EDE4F0;
}
.AnyTagClassName
{
color: #EDE4F0;
}
</style>
background-color css
<style>
a { background-color: #EDE4F0; }
a { background-color: rgb(237,228,240); }
div.DivClassName
{
background-color: #EDE4F0;
}
.BgClassName
{
background-color: #EDE4F0;
}
</style>
border-color css
<style>
span { border-color: #EDE4F0; }
span { border-color: rgb(237,228,240); }
td.TdClassName
{
border-color: #EDE4F0;
}
.TagClassName
{
border-color: #EDE4F0;
}
</style>