#EFEAF1

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

Shades of White Lilac #EFEAF1

Tints of White Lilac #EFEAF1

Color information

#EFEAF1 (or 0xEFEAF1) is unknown color: approx White Lilac. HEX triplet: EF, EA and F1. RGB value is (239,234,241). Sum of RGB (Red+Green+Blue) = 239+234+241=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAF1 is #10150E. Grayscale: #ECECEC. Windows color (decimal): -1053967 or 15854319. OLE color: 15854319.

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

Color convert

RGB239234241-
CMYK0.010.0300.05
HSL282.86º20%93.14%-
HSV(B)282.86º2.9%94.51%-
XYZ80.983.5595.08-
YUV236.29130.66129.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.47%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=33.47%
G=32.77%
B=33.75%

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
Decimal2392342410.010.0300.05282.862093.14
HexEFEAF1130511b145d
Octal357352361130543324135
Binary1110111111101010111100011110101100011011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEAF1; }

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

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

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

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

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

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

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

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