Shades of White Lilac #EDE5F6
Tints of White Lilac #EDE5F6
RGB
CMYK
RGB Variations
Color information
#EDE5F6 (or 0xEDE5F6) is known color: White Lilac. HEX triplet: ED, E5 and F6. RGB value is (237,229,246). Sum of RGB (Red+Green+Blue) = 237+229+246=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 246 (96.48% from 255 or 34.55% from 712); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE5F6 is #121A09. Grayscale: #E9E9E9. Windows color (decimal): -1186314 or 16180717. OLE color: 16180717.
HSL color Cylindrical-coordinate representation of color #EDE5F6: hue angle of 268.24º degrees, saturation: 0.49, 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 #EDE5F6 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 229 | 246 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.04 |
| HSL | 268.24º | 0.49% | 0.93% | - |
| HSV(B) | 268.24º | 0.07% | 0.96% | - |
| XYZ | 79.58 | 80.7 | 98.57 | - |
| YUV | 233.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 246 | 0.04 | 0.07 | 0 | 0.04 | 268.24 | 0.49 | 0.93 |
| Hex | ED | E5 | F6 | 4 | 7 | 0 | 4 | 10C | 31 | 5D |
| Octal | 355 | 345 | 366 | 4 | 7 | 0 | 4 | 414 | 61 | 135 |
| Binary | 11101101 | 11100101 | 11110110 | 100 | 111 | 0 | 100 | 100001100 | 110001 | 1011101 |
Color Harmonies of #EDE5F6
Complementary color
Monochromatic Colors of #EDE5F6
Black with #EDE5F6
Text Example
Text Example
White with #EDE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE5F6; }
p { color: rgb(237,229,246); }
H1.HeaderClassName
{
color: #EDE5F6;
}
.AnyTagClassName
{
color: #EDE5F6;
}
</style>
background-color css
<style>
a { background-color: #EDE5F6; }
a { background-color: rgb(237,229,246); }
div.DivClassName
{
background-color: #EDE5F6;
}
.BgClassName
{
background-color: #EDE5F6;
}
</style>
border-color css
<style>
span { border-color: #EDE5F6; }
span { border-color: rgb(237,229,246); }
td.TdClassName
{
border-color: #EDE5F6;
}
.TagClassName
{
border-color: #EDE5F6;
}
</style>