Shades of White Lilac #EDE1F7
Tints of White Lilac #EDE1F7
RGB
CMYK
RGB Variations
Color information
#EDE1F7 (or 0xEDE1F7) is known color: White Lilac. HEX triplet: ED, E1 and F7. RGB value is (237,225,247). Sum of RGB (Red+Green+Blue) = 237+225+247=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 225 (88.28% from 255 or 31.73% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDE1F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1F7 is #121E08. Grayscale: #E7E7E7. Windows color (decimal): -1187337 or 16245229. OLE color: 16245229.
HSL color Cylindrical-coordinate representation of color #EDE1F7: hue angle of 272.73º degrees, saturation: 0.58, 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 #EDE1F7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 225 | 247 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.03 |
| HSL | 272.73º | 0.58% | 0.93% | - |
| HSV(B) | 272.73º | 0.09% | 0.97% | - |
| XYZ | 78.64 | 78.57 | 99.02 | - |
| YUV | 231.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 247 | 0.04 | 0.09 | 0 | 0.03 | 272.73 | 0.58 | 0.93 |
| Hex | ED | E1 | F7 | 4 | 9 | 0 | 3 | 111 | 3A | 5D |
| Octal | 355 | 341 | 367 | 4 | 11 | 0 | 3 | 421 | 72 | 135 |
| Binary | 11101101 | 11100001 | 11110111 | 100 | 1001 | 0 | 11 | 100010001 | 111010 | 1011101 |
Color Harmonies of #EDE1F7
Complementary color
Monochromatic Colors of #EDE1F7
Black with #EDE1F7
Text Example
Text Example
White with #EDE1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1F7; }
p { color: rgb(237,225,247); }
H1.HeaderClassName
{
color: #EDE1F7;
}
.AnyTagClassName
{
color: #EDE1F7;
}
</style>
background-color css
<style>
a { background-color: #EDE1F7; }
a { background-color: rgb(237,225,247); }
div.DivClassName
{
background-color: #EDE1F7;
}
.BgClassName
{
background-color: #EDE1F7;
}
</style>
border-color css
<style>
span { border-color: #EDE1F7; }
span { border-color: rgb(237,225,247); }
td.TdClassName
{
border-color: #EDE1F7;
}
.TagClassName
{
border-color: #EDE1F7;
}
</style>