Shades of White Lilac #EDE5F0
Tints of White Lilac #EDE5F0
RGB
CMYK
RGB Variations
Color information
#EDE5F0 (or 0xEDE5F0) is known color: White Lilac. HEX triplet: ED, E5 and F0. RGB value is (237,229,240). Sum of RGB (Red+Green+Blue) = 237+229+240=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5F0 is #121A0F. Grayscale: #E8E8E8. Windows color (decimal): -1186320 or 15787501. OLE color: 15787501.
HSL color Cylindrical-coordinate representation of color #EDE5F0: hue angle of 283.64º degrees, saturation: 0.27, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE5F0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 229 | 240 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.06 |
| HSL | 283.64º | 0.27% | 0.92% | - |
| HSV(B) | 283.64º | 0.05% | 0.94% | - |
| XYZ | 78.67 | 80.33 | 93.8 | - |
| YUV | 232.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 240 | 0.01 | 0.05 | 0 | 0.06 | 283.64 | 0.27 | 0.92 |
| Hex | ED | E5 | F0 | 1 | 5 | 0 | 6 | 11C | 1B | 5C |
| Octal | 355 | 345 | 360 | 1 | 5 | 0 | 6 | 434 | 33 | 134 |
| Binary | 11101101 | 11100101 | 11110000 | 1 | 101 | 0 | 110 | 100011100 | 11011 | 1011100 |
Color Harmonies of #EDE5F0
Complementary color
Monochromatic Colors of #EDE5F0
Black with #EDE5F0
Text Example
Text Example
White with #EDE5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5F0; }
p { color: rgb(237,229,240); }
H1.HeaderClassName
{
color: #EDE5F0;
}
.AnyTagClassName
{
color: #EDE5F0;
}
</style>
background-color css
<style>
a { background-color: #EDE5F0; }
a { background-color: rgb(237,229,240); }
div.DivClassName
{
background-color: #EDE5F0;
}
.BgClassName
{
background-color: #EDE5F0;
}
</style>
border-color css
<style>
span { border-color: #EDE5F0; }
span { border-color: rgb(237,229,240); }
td.TdClassName
{
border-color: #EDE5F0;
}
.TagClassName
{
border-color: #EDE5F0;
}
</style>