#E5DFEA

Color #E5DFEA White Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Lilac #E5DFEA

Tints of White Lilac #E5DFEA

Color information

#E5DFEA (or 0xE5DFEA) is unknown color: approx White Lilac. HEX triplet: E5, DF and EA. RGB value is (229,223,234). Sum of RGB (Red+Green+Blue) = 229+223+234=686 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.38% from 686); Green value is 223 (87.5% from 255 or 32.51% 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 #E5DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DFEA is #1A2015. Grayscale: #E2E2E2. Windows color (decimal): -1712150 or 15392741. OLE color: 15392741.

HSL color Cylindrical-coordinate representation of color #E5DFEA: hue angle of 272.73º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DFEA is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229223234-
CMYK0.020.0500.08
HSL272.73º20.75%89.61%-
HSV(B)272.73º4.7%91.76%-
XYZ73.5575.3788.51-
YUV226.05132.49130.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 33.38%
GREEN value IS 223 (87.5% from 255) = 32.51%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=33.38%
G=32.51%
B=34.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292232340.020.0500.08272.7320.7589.61
HexE5DFEA2508111155a
Octal3453373522501042125132
Binary1110010111011111111010101010101000100010001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFEA; }

 p { color: rgb(229,223,234); }

 H1.HeaderClassName
 {
   color: #E5DFEA;
 }
 .AnyTagClassName
 {
   color: #E5DFEA;
 }
</style>
background-color css

<style>
 a { background-color: #E5DFEA; }

 a { background-color: rgb(229,223,234); }

 div.DivClassName
 {
   background-color: #E5DFEA;
 }
 .BgClassName
 {
   background-color: #E5DFEA;
 }
</style>
border-color css

<style>
 span { border-color: #E5DFEA; }

 span { border-color: rgb(229,223,234); }

 td.TdClassName
 {
   border-color: #E5DFEA;
 }
 .TagClassName
 {
   border-color: #E5DFEA;
 }
</style>