#EDE9EF

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

Shades of White Lilac #EDE9EF

Tints of White Lilac #EDE9EF

Color information

#EDE9EF (or 0xEDE9EF) is unknown color: approx White Lilac. HEX triplet: ED, E9 and EF. RGB value is (237,233,239). Sum of RGB (Red+Green+Blue) = 237+233+239=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 233 (91.41% from 255 or 32.86% from 709); Blue value is 239 (93.75% from 255 or 33.71% from 709); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDE9EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9EF is #121610. Grayscale: #EAEAEA. Windows color (decimal): -1185297 or 15722989. OLE color: 15722989.

HSL color Cylindrical-coordinate representation of color #EDE9EF: hue angle of 280º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDE9EF is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237233239-
CMYK0.010.0300.06
HSL280º15.79%92.55%-
HSV(B)280º2.51%93.73%-
XYZ79.6482.5193.39-
YUV234.88130.33129.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 233 (91.41% from 255) = 32.86%
BLUE value IS 239 (93.75% from 255) = 33.71%
R=33.43%
G=32.86%
B=33.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372332390.010.0300.0628015.7992.55
HexEDE9EF1306118105d
Octal355351357130643020135
Binary1110110111101001111011111110110100011000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9EF; }

 p { color: rgb(237,233,239); }

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

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

 a { background-color: rgb(237,233,239); }

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

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

 span { border-color: rgb(237,233,239); }

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