Shades of White Lilac #EDE9F1
Tints of White Lilac #EDE9F1
RGB
CMYK
RGB Variations
Color information
#EDE9F1 (or 0xEDE9F1) is known color: White Lilac. HEX triplet: ED, E9 and F1. RGB value is (237,233,241). Sum of RGB (Red+Green+Blue) = 237+233+241=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 233 (91.41% from 255 or 32.77% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F1 is #12160E. Grayscale: #EBEBEB. Windows color (decimal): -1185295 or 15854061. OLE color: 15854061.
HSL color Cylindrical-coordinate representation of color #EDE9F1: hue angle of 270º degrees, saturation: 0.22, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE9F1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 233 | 241 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 270º | 0.22% | 0.93% | - |
HSV(B) | 270º | 0.03% | 0.95% | - |
XYZ | 79.94 | 82.63 | 94.96 | - |
YUV | 235.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 233 | 241 | 0.02 | 0.03 | 0 | 0.05 | 270 | 0.22 | 0.93 |
Hex | ED | E9 | F1 | 2 | 3 | 0 | 5 | 10E | 16 | 5D |
Octal | 355 | 351 | 361 | 2 | 3 | 0 | 5 | 416 | 26 | 135 |
Binary | 11101101 | 11101001 | 11110001 | 10 | 11 | 0 | 101 | 100001110 | 10110 | 1011101 |
Color Harmonies of #EDE9F1
Complementary color
Monochromatic Colors of #EDE9F1
Black with #EDE9F1
Text Example
Text Example
White with #EDE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE9F1; }
p { color: rgb(237,233,241); }
H1.HeaderClassName
{
color: #EDE9F1;
}
.AnyTagClassName
{
color: #EDE9F1;
}
</style>
background-color css
<style>
a { background-color: #EDE9F1; }
a { background-color: rgb(237,233,241); }
div.DivClassName
{
background-color: #EDE9F1;
}
.BgClassName
{
background-color: #EDE9F1;
}
</style>
border-color css
<style>
span { border-color: #EDE9F1; }
span { border-color: rgb(237,233,241); }
td.TdClassName
{
border-color: #EDE9F1;
}
.TagClassName
{
border-color: #EDE9F1;
}
</style>