Shades of White Lilac #EDE5F5
Tints of White Lilac #EDE5F5
RGB
CMYK
RGB Variations
Color information
#EDE5F5 (or 0xEDE5F5) is known color: White Lilac. HEX triplet: ED, E5 and F5. RGB value is (237,229,245). Sum of RGB (Red+Green+Blue) = 237+229+245=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDE5F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5F5 is #121A0A. Grayscale: #E9E9E9. Windows color (decimal): -1186315 or 16115181. OLE color: 16115181.
HSL color Cylindrical-coordinate representation of color #EDE5F5: hue angle of 270º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDE5F5 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 229 | 245 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.04 |
| HSL | 270º | 0.44% | 0.93% | - |
| HSV(B) | 270º | 0.07% | 0.96% | - |
| XYZ | 79.43 | 80.64 | 97.76 | - |
| YUV | 233.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 245 | 0.03 | 0.07 | 0 | 0.04 | 270 | 0.44 | 0.93 |
| Hex | ED | E5 | F5 | 3 | 7 | 0 | 4 | 10E | 2C | 5D |
| Octal | 355 | 345 | 365 | 3 | 7 | 0 | 4 | 416 | 54 | 135 |
| Binary | 11101101 | 11100101 | 11110101 | 11 | 111 | 0 | 100 | 100001110 | 101100 | 1011101 |
Color Harmonies of #EDE5F5
Complementary color
Monochromatic Colors of #EDE5F5
Black with #EDE5F5
Text Example
Text Example
White with #EDE5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5F5; }
p { color: rgb(237,229,245); }
H1.HeaderClassName
{
color: #EDE5F5;
}
.AnyTagClassName
{
color: #EDE5F5;
}
</style>
background-color css
<style>
a { background-color: #EDE5F5; }
a { background-color: rgb(237,229,245); }
div.DivClassName
{
background-color: #EDE5F5;
}
.BgClassName
{
background-color: #EDE5F5;
}
</style>
border-color css
<style>
span { border-color: #EDE5F5; }
span { border-color: rgb(237,229,245); }
td.TdClassName
{
border-color: #EDE5F5;
}
.TagClassName
{
border-color: #EDE5F5;
}
</style>