Shades of White Lilac #E5DFEE
Tints of White Lilac #E5DFEE
RGB
CMYK
RGB Variations
Color information
#E5DFEE (or 0xE5DFEE) is known color: White Lilac. HEX triplet: E5, DF and EE. RGB value is (229,223,238). Sum of RGB (Red+Green+Blue) = 229+223+238=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 238 - color contains mainly: blue. Hex color #E5DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFEE is #1A2011. Grayscale: #E2E2E2. Windows color (decimal): -1712146 or 15654885. OLE color: 15654885.
HSL color Cylindrical-coordinate representation of color #E5DFEE: hue angle of 264º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5DFEE is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 229 | 223 | 238 | - |
CMYK | 0.04 | 0.06 | 0 | 0.07 |
HSL | 264º | 0.31% | 0.9% | - |
HSV(B) | 264º | 0.06% | 0.93% | - |
XYZ | 74.13 | 75.61 | 91.58 | - |
YUV | 226.5 | 134.49 | 129.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 223 | 238 | 0.04 | 0.06 | 0 | 0.07 | 264 | 0.31 | 0.9 |
Hex | E5 | DF | EE | 4 | 6 | 0 | 7 | 108 | 1F | 5A |
Octal | 345 | 337 | 356 | 4 | 6 | 0 | 7 | 410 | 37 | 132 |
Binary | 11100101 | 11011111 | 11101110 | 100 | 110 | 0 | 111 | 100001000 | 11111 | 1011010 |
Color Harmonies of #E5DFEE
Complementary color
Monochromatic Colors of #E5DFEE
Black with #E5DFEE
Text Example
Text Example
White with #E5DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DFEE; }
p { color: rgb(229,223,238); }
H1.HeaderClassName
{
color: #E5DFEE;
}
.AnyTagClassName
{
color: #E5DFEE;
}
</style>
background-color css
<style>
a { background-color: #E5DFEE; }
a { background-color: rgb(229,223,238); }
div.DivClassName
{
background-color: #E5DFEE;
}
.BgClassName
{
background-color: #E5DFEE;
}
</style>
border-color css
<style>
span { border-color: #E5DFEE; }
span { border-color: rgb(229,223,238); }
td.TdClassName
{
border-color: #E5DFEE;
}
.TagClassName
{
border-color: #E5DFEE;
}
</style>