Shades of White Lilac #E5DCF2
Tints of White Lilac #E5DCF2
RGB
CMYK
RGB Variations
Color information
#E5DCF2 (or 0xE5DCF2) is known color: White Lilac. HEX triplet: E5, DC and F2. RGB value is (229,220,242). Sum of RGB (Red+Green+Blue) = 229+220+242=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 242 - color contains mainly: blue. Hex color #E5DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DCF2 is #1A230D. Grayscale: #E1E1E1. Windows color (decimal): -1712910 or 15916261. OLE color: 15916261.
HSL color Cylindrical-coordinate representation of color #E5DCF2: hue angle of 264.55º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5DCF2 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 220 | 242 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.05 |
| HSL | 264.55º | 0.46% | 0.91% | - |
| HSV(B) | 264.55º | 0.09% | 0.95% | - |
| XYZ | 73.93 | 74.26 | 94.44 | - |
| YUV | 225.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 220 | 242 | 0.05 | 0.09 | 0 | 0.05 | 264.55 | 0.46 | 0.91 |
| Hex | E5 | DC | F2 | 5 | 9 | 0 | 5 | 109 | 2E | 5B |
| Octal | 345 | 334 | 362 | 5 | 11 | 0 | 5 | 411 | 56 | 133 |
| Binary | 11100101 | 11011100 | 11110010 | 101 | 1001 | 0 | 101 | 100001001 | 101110 | 1011011 |
Color Harmonies of #E5DCF2
Complementary color
Monochromatic Colors of #E5DCF2
Black with #E5DCF2
Text Example
Text Example
White with #E5DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DCF2; }
p { color: rgb(229,220,242); }
H1.HeaderClassName
{
color: #E5DCF2;
}
.AnyTagClassName
{
color: #E5DCF2;
}
</style>
background-color css
<style>
a { background-color: #E5DCF2; }
a { background-color: rgb(229,220,242); }
div.DivClassName
{
background-color: #E5DCF2;
}
.BgClassName
{
background-color: #E5DCF2;
}
</style>
border-color css
<style>
span { border-color: #E5DCF2; }
span { border-color: rgb(229,220,242); }
td.TdClassName
{
border-color: #E5DCF2;
}
.TagClassName
{
border-color: #E5DCF2;
}
</style>