Shades of White Lilac #EDE2F6
Tints of White Lilac #EDE2F6
RGB
CMYK
RGB Variations
Color information
#EDE2F6 (or 0xEDE2F6) is known color: White Lilac. HEX triplet: ED, E2 and F6. RGB value is (237,226,246). Sum of RGB (Red+Green+Blue) = 237+226+246=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 226 (88.67% from 255 or 31.88% from 709); Blue value is 246 (96.48% from 255 or 34.70% from 709); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDE2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDE2F6 is #121D09. Grayscale: #E7E7E7. Windows color (decimal): -1187082 or 16179949. OLE color: 16179949.
HSL color Cylindrical-coordinate representation of color #EDE2F6: hue angle of 273º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDE2F6 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 226 | 246 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.04 |
| HSL | 273º | 0.53% | 0.93% | - |
| HSV(B) | 273º | 0.08% | 0.96% | - |
| XYZ | 78.76 | 79.05 | 98.3 | - |
| YUV | 231.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 246 | 0.04 | 0.08 | 0 | 0.04 | 273 | 0.53 | 0.93 |
| Hex | ED | E2 | F6 | 4 | 8 | 0 | 4 | 111 | 35 | 5D |
| Octal | 355 | 342 | 366 | 4 | 10 | 0 | 4 | 421 | 65 | 135 |
| Binary | 11101101 | 11100010 | 11110110 | 100 | 1000 | 0 | 100 | 100010001 | 110101 | 1011101 |
Color Harmonies of #EDE2F6
Complementary color
Monochromatic Colors of #EDE2F6
Black with #EDE2F6
Text Example
Text Example
White with #EDE2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE2F6; }
p { color: rgb(237,226,246); }
H1.HeaderClassName
{
color: #EDE2F6;
}
.AnyTagClassName
{
color: #EDE2F6;
}
</style>
background-color css
<style>
a { background-color: #EDE2F6; }
a { background-color: rgb(237,226,246); }
div.DivClassName
{
background-color: #EDE2F6;
}
.BgClassName
{
background-color: #EDE2F6;
}
</style>
border-color css
<style>
span { border-color: #EDE2F6; }
span { border-color: rgb(237,226,246); }
td.TdClassName
{
border-color: #EDE2F6;
}
.TagClassName
{
border-color: #EDE2F6;
}
</style>