#E9DEF2

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

Shades of White Lilac #E9DEF2

Tints of White Lilac #E9DEF2

Color information

#E9DEF2 (or 0xE9DEF2) is unknown color: approx White Lilac. HEX triplet: E9, DE and F2. RGB value is (233,222,242). Sum of RGB (Red+Green+Blue) = 233+222+242=697 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.43% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9DEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEF2 is #16210D. Grayscale: #E3E3E3. Windows color (decimal): -1450254 or 15916777. OLE color: 15916777.

HSL color Cylindrical-coordinate representation of color #E9DEF2: hue angle of 273º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DEF2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB233222242-
CMYK0.040.0800.05
HSL273º43.48%90.98%-
HSV(B)273º8.26%94.9%-
XYZ75.7575.9894.68-
YUV227.57136.14131.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.43%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=33.43%
G=31.85%
B=34.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332222420.040.0800.0527343.4890.98
HexE9DEF248051112b5b
Octal3513363624100542153133
Binary111010011101111011110010100100001011000100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DEF2; }

 p { color: rgb(233,222,242); }

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

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

 a { background-color: rgb(233,222,242); }

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

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

 span { border-color: rgb(233,222,242); }

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