Shades of White Lilac #EDE0F7
Tints of White Lilac #EDE0F7
RGB
CMYK
RGB Variations
Color information
#EDE0F7 (or 0xEDE0F7) is known color: White Lilac. HEX triplet: ED, E0 and F7. RGB value is (237,224,247). Sum of RGB (Red+Green+Blue) = 237+224+247=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 224 (87.89% from 255 or 31.64% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE0F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0F7 is #121F08. Grayscale: #E6E6E6. Windows color (decimal): -1187593 or 16244973. OLE color: 16244973.
HSL color Cylindrical-coordinate representation of color #EDE0F7: hue angle of 273.91º degrees, saturation: 0.59, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE0F7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 224 | 247 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.03 |
| HSL | 273.91º | 0.59% | 0.92% | - |
| HSV(B) | 273.91º | 0.09% | 0.97% | - |
| XYZ | 78.37 | 78.03 | 98.93 | - |
| YUV | 230.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 247 | 0.04 | 0.09 | 0 | 0.03 | 273.91 | 0.59 | 0.92 |
| Hex | ED | E0 | F7 | 4 | 9 | 0 | 3 | 112 | 3B | 5C |
| Octal | 355 | 340 | 367 | 4 | 11 | 0 | 3 | 422 | 73 | 134 |
| Binary | 11101101 | 11100000 | 11110111 | 100 | 1001 | 0 | 11 | 100010010 | 111011 | 1011100 |
Color Harmonies of #EDE0F7
Complementary color
Monochromatic Colors of #EDE0F7
Black with #EDE0F7
Text Example
Text Example
White with #EDE0F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0F7; }
p { color: rgb(237,224,247); }
H1.HeaderClassName
{
color: #EDE0F7;
}
.AnyTagClassName
{
color: #EDE0F7;
}
</style>
background-color css
<style>
a { background-color: #EDE0F7; }
a { background-color: rgb(237,224,247); }
div.DivClassName
{
background-color: #EDE0F7;
}
.BgClassName
{
background-color: #EDE0F7;
}
</style>
border-color css
<style>
span { border-color: #EDE0F7; }
span { border-color: rgb(237,224,247); }
td.TdClassName
{
border-color: #EDE0F7;
}
.TagClassName
{
border-color: #EDE0F7;
}
</style>