Shades of White Lilac #EDE7F1
Tints of White Lilac #EDE7F1
RGB
CMYK
RGB Variations
Color information
#EDE7F1 (or 0xEDE7F1) is known color: White Lilac. HEX triplet: ED, E7 and F1. RGB value is (237,231,241). Sum of RGB (Red+Green+Blue) = 237+231+241=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 231 (90.62% from 255 or 32.58% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE7F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE7F1 is #12180E. Grayscale: #E9E9E9. Windows color (decimal): -1185807 or 15853549. OLE color: 15853549.
HSL color Cylindrical-coordinate representation of color #EDE7F1: hue angle of 276º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDE7F1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 231 | 241 | - |
| CMYK | 0.02 | 0.04 | 0 | 0.05 |
| HSL | 276º | 0.26% | 0.93% | - |
| HSV(B) | 276º | 0.04% | 0.95% | - |
| XYZ | 79.38 | 81.51 | 94.77 | - |
| YUV | 233.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 241 | 0.02 | 0.04 | 0 | 0.05 | 276 | 0.26 | 0.93 |
| Hex | ED | E7 | F1 | 2 | 4 | 0 | 5 | 114 | 1A | 5D |
| Octal | 355 | 347 | 361 | 2 | 4 | 0 | 5 | 424 | 32 | 135 |
| Binary | 11101101 | 11100111 | 11110001 | 10 | 100 | 0 | 101 | 100010100 | 11010 | 1011101 |
Color Harmonies of #EDE7F1
Complementary color
Monochromatic Colors of #EDE7F1
Black with #EDE7F1
Text Example
Text Example
White with #EDE7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE7F1; }
p { color: rgb(237,231,241); }
H1.HeaderClassName
{
color: #EDE7F1;
}
.AnyTagClassName
{
color: #EDE7F1;
}
</style>
background-color css
<style>
a { background-color: #EDE7F1; }
a { background-color: rgb(237,231,241); }
div.DivClassName
{
background-color: #EDE7F1;
}
.BgClassName
{
background-color: #EDE7F1;
}
</style>
border-color css
<style>
span { border-color: #EDE7F1; }
span { border-color: rgb(237,231,241); }
td.TdClassName
{
border-color: #EDE7F1;
}
.TagClassName
{
border-color: #EDE7F1;
}
</style>