Shades of White Lilac #EDE2F8
Tints of White Lilac #EDE2F8
RGB
CMYK
RGB Variations
Color information
#EDE2F8 (or 0xEDE2F8) is known color: White Lilac. HEX triplet: ED, E2 and F8. RGB value is (237,226,248). Sum of RGB (Red+Green+Blue) = 237+226+248=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDE2F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2F8 is #121D07. Grayscale: #E7E7E7. Windows color (decimal): -1187080 or 16311021. OLE color: 16311021.
HSL color Cylindrical-coordinate representation of color #EDE2F8: hue angle of 270º degrees, saturation: 0.61, 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 #EDE2F8 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 226 | 248 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.03 |
| HSL | 270º | 0.61% | 0.93% | - |
| HSV(B) | 270º | 0.09% | 0.97% | - |
| XYZ | 79.06 | 79.17 | 99.92 | - |
| YUV | 231.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 248 | 0.04 | 0.09 | 0 | 0.03 | 270 | 0.61 | 0.93 |
| Hex | ED | E2 | F8 | 4 | 9 | 0 | 3 | 10E | 3D | 5D |
| Octal | 355 | 342 | 370 | 4 | 11 | 0 | 3 | 416 | 75 | 135 |
| Binary | 11101101 | 11100010 | 11111000 | 100 | 1001 | 0 | 11 | 100001110 | 111101 | 1011101 |
Color Harmonies of #EDE2F8
Complementary color
Monochromatic Colors of #EDE2F8
Black with #EDE2F8
Text Example
Text Example
White with #EDE2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2F8; }
p { color: rgb(237,226,248); }
H1.HeaderClassName
{
color: #EDE2F8;
}
.AnyTagClassName
{
color: #EDE2F8;
}
</style>
background-color css
<style>
a { background-color: #EDE2F8; }
a { background-color: rgb(237,226,248); }
div.DivClassName
{
background-color: #EDE2F8;
}
.BgClassName
{
background-color: #EDE2F8;
}
</style>
border-color css
<style>
span { border-color: #EDE2F8; }
span { border-color: rgb(237,226,248); }
td.TdClassName
{
border-color: #EDE2F8;
}
.TagClassName
{
border-color: #EDE2F8;
}
</style>