Shades of White Lilac #EDE1F8
Tints of White Lilac #EDE1F8
RGB
CMYK
RGB Variations
Color information
#EDE1F8 (or 0xEDE1F8) is known color: White Lilac. HEX triplet: ED, E1 and F8. RGB value is (237,225,248). Sum of RGB (Red+Green+Blue) = 237+225+248=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 225 (88.28% from 255 or 31.69% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE1F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE1F8 is #121E07. Grayscale: #E7E7E7. Windows color (decimal): -1187336 or 16310765. OLE color: 16310765.
HSL color Cylindrical-coordinate representation of color #EDE1F8: hue angle of 271.3º degrees, saturation: 0.62, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDE1F8 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 225 | 248 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.03 |
| HSL | 271.3º | 0.62% | 0.93% | - |
| HSV(B) | 271.3º | 0.09% | 0.97% | - |
| XYZ | 78.79 | 78.63 | 99.83 | - |
| YUV | 231.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 248 | 0.04 | 0.09 | 0 | 0.03 | 271.3 | 0.62 | 0.93 |
| Hex | ED | E1 | F8 | 4 | 9 | 0 | 3 | 10F | 3E | 5D |
| Octal | 355 | 341 | 370 | 4 | 11 | 0 | 3 | 417 | 76 | 135 |
| Binary | 11101101 | 11100001 | 11111000 | 100 | 1001 | 0 | 11 | 100001111 | 111110 | 1011101 |
Color Harmonies of #EDE1F8
Complementary color
Monochromatic Colors of #EDE1F8
Black with #EDE1F8
Text Example
Text Example
White with #EDE1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE1F8; }
p { color: rgb(237,225,248); }
H1.HeaderClassName
{
color: #EDE1F8;
}
.AnyTagClassName
{
color: #EDE1F8;
}
</style>
background-color css
<style>
a { background-color: #EDE1F8; }
a { background-color: rgb(237,225,248); }
div.DivClassName
{
background-color: #EDE1F8;
}
.BgClassName
{
background-color: #EDE1F8;
}
</style>
border-color css
<style>
span { border-color: #EDE1F8; }
span { border-color: rgb(237,225,248); }
td.TdClassName
{
border-color: #EDE1F8;
}
.TagClassName
{
border-color: #EDE1F8;
}
</style>