Shades of White Lilac #EDE2F7
Tints of White Lilac #EDE2F7
RGB
CMYK
RGB Variations
Color information
#EDE2F7 (or 0xEDE2F7) is known color: White Lilac. HEX triplet: ED, E2 and F7. RGB value is (237,226,247). Sum of RGB (Red+Green+Blue) = 237+226+247=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 226 (88.67% from 255 or 31.83% from 710); Blue value is 247 (96.88% from 255 or 34.79% from 710); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2F7 is #121D08. Grayscale: #E7E7E7. Windows color (decimal): -1187081 or 16245485. OLE color: 16245485.
HSL color Cylindrical-coordinate representation of color #EDE2F7: hue angle of 271.43º degrees, saturation: 0.57, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE2F7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 226 | 247 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.03 |
| HSL | 271.43º | 0.57% | 0.93% | - |
| HSV(B) | 271.43º | 0.09% | 0.97% | - |
| XYZ | 78.91 | 79.11 | 99.11 | - |
| YUV | 231.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 247 | 0.04 | 0.09 | 0 | 0.03 | 271.43 | 0.57 | 0.93 |
| Hex | ED | E2 | F7 | 4 | 9 | 0 | 3 | 10F | 39 | 5D |
| Octal | 355 | 342 | 367 | 4 | 11 | 0 | 3 | 417 | 71 | 135 |
| Binary | 11101101 | 11100010 | 11110111 | 100 | 1001 | 0 | 11 | 100001111 | 111001 | 1011101 |
Color Harmonies of #EDE2F7
Complementary color
Monochromatic Colors of #EDE2F7
Black with #EDE2F7
Text Example
Text Example
White with #EDE2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2F7; }
p { color: rgb(237,226,247); }
H1.HeaderClassName
{
color: #EDE2F7;
}
.AnyTagClassName
{
color: #EDE2F7;
}
</style>
background-color css
<style>
a { background-color: #EDE2F7; }
a { background-color: rgb(237,226,247); }
div.DivClassName
{
background-color: #EDE2F7;
}
.BgClassName
{
background-color: #EDE2F7;
}
</style>
border-color css
<style>
span { border-color: #EDE2F7; }
span { border-color: rgb(237,226,247); }
td.TdClassName
{
border-color: #EDE2F7;
}
.TagClassName
{
border-color: #EDE2F7;
}
</style>