#EEEFFA

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

Shades of Lavender #EEEFFA

Tints of Lavender #EEEFFA

Color information

#EEEFFA (or 0xEEEFFA) is unknown color: approx Lavender. HEX triplet: EE, EF and FA. RGB value is (238,239,250). Sum of RGB (Red+Green+Blue) = 238+239+250=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 239 (93.75% from 255 or 32.87% 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 #EEEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFFA is #111005. Grayscale: #EFEFEF. Windows color (decimal): -1118214 or 16445422. OLE color: 16445422.

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

Color convert

RGB238239250-
CMYK0.050.0400.02
HSL235º54.55%95.69%-
HSV(B)235º4.8%98.04%-
XYZ83.3886.81102.8-
YUV239.96133.67126.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382392500.050.0400.0223554.5595.69
HexEEEFFA5402eb3760
Octal356357372540235367140
Binary111011101110111111111010101100010111010111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFFA; }

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

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

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

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

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

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

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

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