#EFEAF2

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

Shades of White Lilac #EFEAF2

Tints of White Lilac #EFEAF2

Color information

#EFEAF2 (or 0xEFEAF2) is unknown color: approx White Lilac. HEX triplet: EF, EA and F2. RGB value is (239,234,242). Sum of RGB (Red+Green+Blue) = 239+234+242=715 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.43% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF2 is #10150D. Grayscale: #ECECEC. Windows color (decimal): -1053966 or 15919855. OLE color: 15919855.

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

Color convert

RGB239234242-
CMYK0.010.0300.05
HSL277.5º23.53%93.33%-
HSV(B)277.5º3.31%94.9%-
XYZ81.0583.6195.87-
YUV236.41131.16129.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.43%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 242 (94.92% from 255) = 33.85%
R=33.43%
G=32.73%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392342420.010.0300.05277.523.5393.33
HexEFEAF21305116185d
Octal357352362130542630135
Binary1110111111101010111100101110101100010110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAF2; }

 p { color: rgb(239,234,242); }

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

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

 a { background-color: rgb(239,234,242); }

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

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

 span { border-color: rgb(239,234,242); }

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