Shades of White Lilac #E6DEEA
Tints of White Lilac #E6DEEA
RGB
CMYK
RGB Variations
Color information
#E6DEEA (or 0xE6DEEA) is known color: White Lilac. HEX triplet: E6, DE and EA. RGB value is (230,222,234). Sum of RGB (Red+Green+Blue) = 230+222+234=686 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.53% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: blue. Hex color #E6DEEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEEA is #192115. Grayscale: #E1E1E1. Windows color (decimal): -1646870 or 15392486. OLE color: 15392486.
HSL color Cylindrical-coordinate representation of color #E6DEEA: hue angle of 280º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DEEA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 222 | 234 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.08 |
| HSL | 280º | 0.22% | 0.89% | - |
| HSV(B) | 280º | 0.05% | 0.92% | - |
| XYZ | 73.61 | 75.01 | 88.44 | - |
| YUV | 225.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 234 | 0.02 | 0.05 | 0 | 0.08 | 280 | 0.22 | 0.89 |
| Hex | E6 | DE | EA | 2 | 5 | 0 | 8 | 118 | 16 | 59 |
| Octal | 346 | 336 | 352 | 2 | 5 | 0 | 10 | 430 | 26 | 131 |
| Binary | 11100110 | 11011110 | 11101010 | 10 | 101 | 0 | 1000 | 100011000 | 10110 | 1011001 |
Color Harmonies of #E6DEEA
Complementary color
Monochromatic Colors of #E6DEEA
Black with #E6DEEA
Text Example
Text Example
White with #E6DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEEA; }
p { color: rgb(230,222,234); }
H1.HeaderClassName
{
color: #E6DEEA;
}
.AnyTagClassName
{
color: #E6DEEA;
}
</style>
background-color css
<style>
a { background-color: #E6DEEA; }
a { background-color: rgb(230,222,234); }
div.DivClassName
{
background-color: #E6DEEA;
}
.BgClassName
{
background-color: #E6DEEA;
}
</style>
border-color css
<style>
span { border-color: #E6DEEA; }
span { border-color: rgb(230,222,234); }
td.TdClassName
{
border-color: #E6DEEA;
}
.TagClassName
{
border-color: #E6DEEA;
}
</style>