#EFE8F2

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

Shades of White Lilac #EFE8F2

Tints of White Lilac #EFE8F2

Color information

#EFE8F2 (or 0xEFE8F2) is unknown color: approx White Lilac. HEX triplet: EF, E8 and F2. RGB value is (239,232,242). Sum of RGB (Red+Green+Blue) = 239+232+242=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 232 (91.02% from 255 or 32.54% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #EFE8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE8F2 is #10170D. Grayscale: #EBEBEB. Windows color (decimal): -1054478 or 15919343. OLE color: 15919343.

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

Color convert

RGB239232242-
CMYK0.010.0400.05
HSL282º27.78%92.94%-
HSV(B)282º4.13%94.9%-
XYZ80.4882.4795.68-
YUV235.23131.82130.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 232 (91.02% from 255) = 32.54%
BLUE value IS 242 (94.92% from 255) = 33.94%
R=33.52%
G=32.54%
B=33.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392322420.010.0400.0528227.7892.94
HexEFE8F2140511a1c5d
Octal357350362140543234135
Binary11101111111010001111001011000101100011010111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE8F2; }

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

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

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

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

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

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

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

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