Shades of White Lilac #EDE6F2
Tints of White Lilac #EDE6F2
RGB
CMYK
RGB Variations
Color information
#EDE6F2 (or 0xEDE6F2) is known color: White Lilac. HEX triplet: ED, E6 and F2. RGB value is (237,230,242). Sum of RGB (Red+Green+Blue) = 237+230+242=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 230 (90.23% from 255 or 32.44% from 709); Blue value is 242 (94.92% from 255 or 34.13% from 709); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDE6F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE6F2 is #12190D. Grayscale: #E9E9E9. Windows color (decimal): -1186062 or 15918829. OLE color: 15918829.
HSL color Cylindrical-coordinate representation of color #EDE6F2: hue angle of 275º degrees, saturation: 0.32, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDE6F2 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 230 | 242 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.05 |
| HSL | 275º | 0.32% | 0.93% | - |
| HSV(B) | 275º | 0.05% | 0.95% | - |
| XYZ | 79.25 | 81.01 | 95.46 | - |
| YUV | 233.46 | 132.82 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 242 | 0.02 | 0.05 | 0 | 0.05 | 275 | 0.32 | 0.93 |
| Hex | ED | E6 | F2 | 2 | 5 | 0 | 5 | 113 | 20 | 5D |
| Octal | 355 | 346 | 362 | 2 | 5 | 0 | 5 | 423 | 40 | 135 |
| Binary | 11101101 | 11100110 | 11110010 | 10 | 101 | 0 | 101 | 100010011 | 100000 | 1011101 |
Color Harmonies of #EDE6F2
Complementary color
Monochromatic Colors of #EDE6F2
Black with #EDE6F2
Text Example
Text Example
White with #EDE6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE6F2; }
p { color: rgb(237,230,242); }
H1.HeaderClassName
{
color: #EDE6F2;
}
.AnyTagClassName
{
color: #EDE6F2;
}
</style>
background-color css
<style>
a { background-color: #EDE6F2; }
a { background-color: rgb(237,230,242); }
div.DivClassName
{
background-color: #EDE6F2;
}
.BgClassName
{
background-color: #EDE6F2;
}
</style>
border-color css
<style>
span { border-color: #EDE6F2; }
span { border-color: rgb(237,230,242); }
td.TdClassName
{
border-color: #EDE6F2;
}
.TagClassName
{
border-color: #EDE6F2;
}
</style>