#E5DDF0

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

Shades of White Lilac #E5DDF0

Tints of White Lilac #E5DDF0

Color information

#E5DDF0 (or 0xE5DDF0) is unknown color: approx White Lilac. HEX triplet: E5, DD and F0. RGB value is (229,221,240). Sum of RGB (Red+Green+Blue) = 229+221+240=690 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.19% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 240 (94.14% from 255 or 34.78% from 690); Max value from RGB is 240 - color contains mainly: blue. Hex color #E5DDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DDF0 is #1A220F. Grayscale: #E1E1E1. Windows color (decimal): -1712656 or 15785445. OLE color: 15785445.

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

Color convert

RGB229221240-
CMYK0.050.0800.06
HSL265.26º38.78%90.39%-
HSV(B)265.26º7.92%94.12%-
XYZ73.974.6692.95-
YUV225.56136.15130.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.19%
GREEN value IS 221 (86.72% from 255) = 32.03%
BLUE value IS 240 (94.14% from 255) = 34.78%
R=33.19%
G=32.03%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2292212400.050.0800.06265.2638.7890.39
HexE5DDF05806109275a
Octal3453353605100641147132
Binary111001011101110111110000101100001101000010011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DDF0; }

 p { color: rgb(229,221,240); }

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

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

 a { background-color: rgb(229,221,240); }

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

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

 span { border-color: rgb(229,221,240); }

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