#EFEBF2

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

Shades of White Lilac #EFEBF2

Tints of White Lilac #EFEBF2

Color information

#EFEBF2 (or 0xEFEBF2) is unknown color: approx White Lilac. HEX triplet: EF, EB and F2. RGB value is (239,235,242). Sum of RGB (Red+Green+Blue) = 239+235+242=716 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.38% from 716); Green value is 235 (92.19% from 255 or 32.82% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBF2 is #10140D. Grayscale: #ECECEC. Windows color (decimal): -1053710 or 15920111. OLE color: 15920111.

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

Color convert

RGB239235242-
CMYK0.010.0300.05
HSL274.29º21.21%93.53%-
HSV(B)274.29º2.89%94.9%-
XYZ81.3384.1895.97-
YUV236.99130.83129.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.38%
GREEN value IS 235 (92.19% from 255) = 32.82%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=33.38%
G=32.82%
B=33.80%

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
Decimal2392352420.010.0300.05274.2921.2193.53
HexEFEBF21305112155e
Octal357353362130542225136
Binary1110111111101011111100101110101100010010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEBF2; }

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

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

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

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

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

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

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

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