Shades of White Lilac #EDE0FA
Tints of White Lilac #EDE0FA
RGB
CMYK
RGB Variations
Color information
#EDE0FA (or 0xEDE0FA) is known color: White Lilac. HEX triplet: ED, E0 and FA. RGB value is (237,224,250). Sum of RGB (Red+Green+Blue) = 237+224+250=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 224 (87.89% from 255 or 31.50% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDE0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE0FA is #121F05. Grayscale: #E6E6E6. Windows color (decimal): -1187590 or 16441581. OLE color: 16441581.
HSL color Cylindrical-coordinate representation of color #EDE0FA: hue angle of 270º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDE0FA is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 224 | 250 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.02 |
| HSL | 270º | 0.72% | 0.93% | - |
| HSV(B) | 270º | 0.1% | 0.98% | - |
| XYZ | 78.84 | 78.22 | 101.38 | - |
| YUV | 230.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 250 | 0.05 | 0.10 | 0 | 0.02 | 270 | 0.72 | 0.93 |
| Hex | ED | E0 | FA | 5 | A | 0 | 2 | 10E | 48 | 5D |
| Octal | 355 | 340 | 372 | 5 | 12 | 0 | 2 | 416 | 110 | 135 |
| Binary | 11101101 | 11100000 | 11111010 | 101 | 1010 | 0 | 10 | 100001110 | 1001000 | 1011101 |
Color Harmonies of #EDE0FA
Complementary color
Monochromatic Colors of #EDE0FA
Black with #EDE0FA
Text Example
Text Example
White with #EDE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE0FA; }
p { color: rgb(237,224,250); }
H1.HeaderClassName
{
color: #EDE0FA;
}
.AnyTagClassName
{
color: #EDE0FA;
}
</style>
background-color css
<style>
a { background-color: #EDE0FA; }
a { background-color: rgb(237,224,250); }
div.DivClassName
{
background-color: #EDE0FA;
}
.BgClassName
{
background-color: #EDE0FA;
}
</style>
border-color css
<style>
span { border-color: #EDE0FA; }
span { border-color: rgb(237,224,250); }
td.TdClassName
{
border-color: #EDE0FA;
}
.TagClassName
{
border-color: #EDE0FA;
}
</style>