Shades of White Lilac #EDE8F0
Tints of White Lilac #EDE8F0
RGB
CMYK
RGB Variations
Color information
#EDE8F0 (or 0xEDE8F0) is known color: White Lilac. HEX triplet: ED, E8 and F0. RGB value is (237,232,240). Sum of RGB (Red+Green+Blue) = 237+232+240=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 232 (91.02% from 255 or 32.72% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE8F0 is #12170F. Grayscale: #EAEAEA. Windows color (decimal): -1185552 or 15788269. OLE color: 15788269.
HSL color Cylindrical-coordinate representation of color #EDE8F0: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE8F0 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 232 | 240 | - |
CMYK | 0.01 | 0.03 | 0 | 0.06 |
HSL | 277.5º | 0.21% | 0.93% | - |
HSV(B) | 277.5º | 0.03% | 0.94% | - |
XYZ | 79.51 | 82.01 | 94.08 | - |
YUV | 234.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 232 | 240 | 0.01 | 0.03 | 0 | 0.06 | 277.5 | 0.21 | 0.93 |
Hex | ED | E8 | F0 | 1 | 3 | 0 | 6 | 116 | 15 | 5D |
Octal | 355 | 350 | 360 | 1 | 3 | 0 | 6 | 426 | 25 | 135 |
Binary | 11101101 | 11101000 | 11110000 | 1 | 11 | 0 | 110 | 100010110 | 10101 | 1011101 |
Color Harmonies of #EDE8F0
Complementary color
Monochromatic Colors of #EDE8F0
Black with #EDE8F0
Text Example
Text Example
White with #EDE8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE8F0; }
p { color: rgb(237,232,240); }
H1.HeaderClassName
{
color: #EDE8F0;
}
.AnyTagClassName
{
color: #EDE8F0;
}
</style>
background-color css
<style>
a { background-color: #EDE8F0; }
a { background-color: rgb(237,232,240); }
div.DivClassName
{
background-color: #EDE8F0;
}
.BgClassName
{
background-color: #EDE8F0;
}
</style>
border-color css
<style>
span { border-color: #EDE8F0; }
span { border-color: rgb(237,232,240); }
td.TdClassName
{
border-color: #EDE8F0;
}
.TagClassName
{
border-color: #EDE8F0;
}
</style>