#EFECF0

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

Shades of White Lilac #EFECF0

Tints of White Lilac #EFECF0

Color information

#EFECF0 (or 0xEFECF0) is unknown color: approx White Lilac. HEX triplet: EF, EC and F0. RGB value is (239,236,240). Sum of RGB (Red+Green+Blue) = 239+236+240=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFECF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECF0 is #10130F. Grayscale: #EDEDED. Windows color (decimal): -1053456 or 15789295. OLE color: 15789295.

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

Color convert

RGB239236240-
CMYK0.000.0200.06
HSL285º11.76%93.33%-
HSV(B)285º1.67%94.12%-
XYZ81.3284.6394.49-
YUV237.35129.49129.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 236 (92.58% from 255) = 33.01%
BLUE value IS 240 (94.14% from 255) = 33.57%
R=33.43%
G=33.01%
B=33.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392362400.000.0200.0628511.7693.33
HexEFECF0020611dc5d
Octal357354360020643514135
Binary111011111110110011110000010011010001110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFECF0; }

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

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

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

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

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

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

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

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