#EFEDF1

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

Shades of White Lilac #EFEDF1

Tints of White Lilac #EFEDF1

Color information

#EFEDF1 (or 0xEFEDF1) is unknown color: approx White Lilac. HEX triplet: EF, ED and F1. RGB value is (239,237,241). Sum of RGB (Red+Green+Blue) = 239+237+241=717 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.33% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFEDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDF1 is #10120E. Grayscale: #EEEEEE. Windows color (decimal): -1053199 or 15855087. OLE color: 15855087.

HSL color Cylindrical-coordinate representation of color #EFEDF1: hue angle of 270º degrees, saturation: 0.12, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFEDF1 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB239237241-
CMYK0.010.0200.05
HSL270º12.5%93.73%-
HSV(B)270º1.66%94.51%-
XYZ81.7685.2795.37-
YUV238.05129.66128.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.33%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=33.33%
G=33.05%
B=33.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392372410.010.0200.0527012.593.73
HexEFEDF1120510ec5e
Octal357355361120541614136
Binary111011111110110111110001110010110000111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEDF1; }

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

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

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

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

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

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

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

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