#EFEEFB

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

Shades of Lavender #EFEEFB

Tints of Lavender #EFEEFB

Color information

#EFEEFB (or 0xEFEEFB) is unknown color: approx Lavender. HEX triplet: EF, EE and FB. RGB value is (239,238,251). Sum of RGB (Red+Green+Blue) = 239+238+251=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 251 (98.44% from 255 or 34.48% from 728); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFEEFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFB is #101104. Grayscale: #EFEFEF. Windows color (decimal): -1052933 or 16510703. OLE color: 16510703.

HSL color Cylindrical-coordinate representation of color #EFEEFB: hue angle of 244.62º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EFEEFB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239238251-
CMYK0.050.0500.02
HSL244.62º61.9%95.88%-
HSV(B)244.62º5.18%98.43%-
XYZ83.5886.46103.55-
YUV239.78134.33127.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.83%
GREEN value IS 238 (93.36% from 255) = 32.69%
BLUE value IS 251 (98.44% from 255) = 34.48%
R=32.83%
G=32.69%
B=34.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392382510.050.0500.02244.6261.995.88
HexEFEEFB5502f53e60
Octal357356373550236576140
Binary111011111110111011111011101101010111101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEFB; }

 p { color: rgb(239,238,251); }

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

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

 a { background-color: rgb(239,238,251); }

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

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

 span { border-color: rgb(239,238,251); }

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