Shades of White Lilac #EDE3F1
Tints of White Lilac #EDE3F1
RGB
CMYK
RGB Variations
Color information
#EDE3F1 (or 0xEDE3F1) is known color: White Lilac. HEX triplet: ED, E3 and F1. RGB value is (237,227,241). Sum of RGB (Red+Green+Blue) = 237+227+241=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 227 (89.06% from 255 or 32.20% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDE3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE3F1 is #121C0E. Grayscale: #E7E7E7. Windows color (decimal): -1186831 or 15852525. OLE color: 15852525.
HSL color Cylindrical-coordinate representation of color #EDE3F1: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDE3F1 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 227 | 241 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.05 |
| HSL | 282.86º | 0.33% | 0.92% | - |
| HSV(B) | 282.86º | 0.06% | 0.95% | - |
| XYZ | 78.27 | 79.29 | 94.4 | - |
| YUV | 231.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 241 | 0.02 | 0.06 | 0 | 0.05 | 282.86 | 0.33 | 0.92 |
| Hex | ED | E3 | F1 | 2 | 6 | 0 | 5 | 11B | 21 | 5C |
| Octal | 355 | 343 | 361 | 2 | 6 | 0 | 5 | 433 | 41 | 134 |
| Binary | 11101101 | 11100011 | 11110001 | 10 | 110 | 0 | 101 | 100011011 | 100001 | 1011100 |
Color Harmonies of #EDE3F1
Complementary color
Monochromatic Colors of #EDE3F1
Black with #EDE3F1
Text Example
Text Example
White with #EDE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE3F1; }
p { color: rgb(237,227,241); }
H1.HeaderClassName
{
color: #EDE3F1;
}
.AnyTagClassName
{
color: #EDE3F1;
}
</style>
background-color css
<style>
a { background-color: #EDE3F1; }
a { background-color: rgb(237,227,241); }
div.DivClassName
{
background-color: #EDE3F1;
}
.BgClassName
{
background-color: #EDE3F1;
}
</style>
border-color css
<style>
span { border-color: #EDE3F1; }
span { border-color: rgb(237,227,241); }
td.TdClassName
{
border-color: #EDE3F1;
}
.TagClassName
{
border-color: #EDE3F1;
}
</style>