#EFEEFA

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

Shades of Lavender #EFEEFA

Tints of Lavender #EFEEFA

Color information

#EFEEFA (or 0xEFEEFA) is unknown color: approx Lavender. HEX triplet: EF, EE and FA. RGB value is (239,238,250). Sum of RGB (Red+Green+Blue) = 239+238+250=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 250 (98.05% from 255 or 34.39% from 727); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFA is #101105. Grayscale: #EFEFEF. Windows color (decimal): -1052934 or 16445167. OLE color: 16445167.

HSL color Cylindrical-coordinate representation of color #EFEEFA: hue angle of 245º degrees, saturation: 0.55, 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 #EFEEFA is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239238250-
CMYK0.040.0500.02
HSL245º54.55%95.69%-
HSV(B)245º4.8%98.04%-
XYZ83.4386.4102.72-
YUV239.67133.83127.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 32.87%
GREEN value IS 238 (93.36% from 255) = 32.74%
BLUE value IS 250 (98.05% from 255) = 34.39%
R=32.87%
G=32.74%
B=34.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392382500.040.0500.0224554.5595.69
HexEFEEFA4502f53760
Octal357356372450236567140
Binary111011111110111011111010100101010111101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEFA; }

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

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

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

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

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

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

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

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