#EDE9F0

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

Shades of White Lilac #EDE9F0

Tints of White Lilac #EDE9F0

Color information

#EDE9F0 (or 0xEDE9F0) is unknown color: approx White Lilac. HEX triplet: ED, E9 and F0. RGB value is (237,233,240). Sum of RGB (Red+Green+Blue) = 237+233+240=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDE9F0 is #12160F. Grayscale: #EAEAEA. Windows color (decimal): -1185296 or 15788525. OLE color: 15788525.

HSL color Cylindrical-coordinate representation of color #EDE9F0: hue angle of 274.29º degrees, saturation: 0.19, 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 #EDE9F0 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB237233240-
CMYK0.010.0300.06
HSL274.29º18.92%92.75%-
HSV(B)274.29º2.92%94.12%-
XYZ79.7982.5794.17-
YUV234.99130.83129.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 233 (91.41% from 255) = 32.82%
BLUE value IS 240 (94.14% from 255) = 33.80%
R=33.38%
G=32.82%
B=33.80%

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
Decimal2372332400.010.0300.06274.2918.9292.75
HexEDE9F01306112135d
Octal355351360130642223135
Binary1110110111101001111100001110110100010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE9F0; }

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

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

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

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

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

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

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

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