#EFEDF0

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

Shades of White Lilac #EFEDF0

Tints of White Lilac #EFEDF0

Color information

#EFEDF0 (or 0xEFEDF0) is unknown color: approx White Lilac. HEX triplet: EF, ED and F0. RGB value is (239,237,240). Sum of RGB (Red+Green+Blue) = 239+237+240=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 237 (92.97% from 255 or 33.10% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFEDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF0 is #10120F. Grayscale: #EDEDED. Windows color (decimal): -1053200 or 15789551. OLE color: 15789551.

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

Color convert

RGB239237240-
CMYK0.000.0100.06
HSL280º9.09%93.53%-
HSV(B)280º1.25%94.12%-
XYZ81.6185.2194.58-
YUV237.94129.16128.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 237 (92.97% from 255) = 33.10%
BLUE value IS 240 (94.14% from 255) = 33.52%
R=33.38%
G=33.10%
B=33.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392372400.000.0100.062809.0993.53
HexEFEDF0010611895e
Octal357355360010643011136
Binary11101111111011011111000001011010001100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDF0; }

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

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

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

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

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

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

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

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