Shades of White Lilac #EDE4F1
Tints of White Lilac #EDE4F1
RGB
CMYK
RGB Variations
Color information
#EDE4F1 (or 0xEDE4F1) is known color: White Lilac. HEX triplet: ED, E4 and F1. RGB value is (237,228,241). Sum of RGB (Red+Green+Blue) = 237+228+241=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE4F1 is #121B0E. Grayscale: #E8E8E8. Windows color (decimal): -1186575 or 15852781. OLE color: 15852781.
HSL color Cylindrical-coordinate representation of color #EDE4F1: hue angle of 281.54º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE4F1 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 228 | 241 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.05 |
| HSL | 281.54º | 0.32% | 0.92% | - |
| HSV(B) | 281.54º | 0.05% | 0.95% | - |
| XYZ | 78.55 | 79.84 | 94.49 | - |
| YUV | 232.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 241 | 0.02 | 0.05 | 0 | 0.05 | 281.54 | 0.32 | 0.92 |
| Hex | ED | E4 | F1 | 2 | 5 | 0 | 5 | 11A | 20 | 5C |
| Octal | 355 | 344 | 361 | 2 | 5 | 0 | 5 | 432 | 40 | 134 |
| Binary | 11101101 | 11100100 | 11110001 | 10 | 101 | 0 | 101 | 100011010 | 100000 | 1011100 |
Color Harmonies of #EDE4F1
Complementary color
Monochromatic Colors of #EDE4F1
Black with #EDE4F1
Text Example
Text Example
White with #EDE4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE4F1; }
p { color: rgb(237,228,241); }
H1.HeaderClassName
{
color: #EDE4F1;
}
.AnyTagClassName
{
color: #EDE4F1;
}
</style>
background-color css
<style>
a { background-color: #EDE4F1; }
a { background-color: rgb(237,228,241); }
div.DivClassName
{
background-color: #EDE4F1;
}
.BgClassName
{
background-color: #EDE4F1;
}
</style>
border-color css
<style>
span { border-color: #EDE4F1; }
span { border-color: rgb(237,228,241); }
td.TdClassName
{
border-color: #EDE4F1;
}
.TagClassName
{
border-color: #EDE4F1;
}
</style>