#EEEFF5

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

Shades of Lavender #EEEFF5

Tints of Lavender #EEEFF5

Color information

#EEEFF5 (or 0xEEEFF5) is unknown color: approx Lavender. HEX triplet: EE, EF and F5. RGB value is (238,239,245). Sum of RGB (Red+Green+Blue) = 238+239+245=722 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.96% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEEFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFF5 is #11100A. Grayscale: #EFEFEF. Windows color (decimal): -1118219 or 16117742. OLE color: 16117742.

HSL color Cylindrical-coordinate representation of color #EEEFF5: hue angle of 231.43º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEEFF5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238239245-
CMYK0.030.0200.04
HSL231.43º25.93%94.71%-
HSV(B)231.43º2.86%96.08%-
XYZ82.6186.598.73-
YUV239.38131.17127.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.96%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 245 (96.09% from 255) = 33.93%
R=32.96%
G=33.10%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382392450.030.0200.04231.4325.9394.71
HexEEEFF53204e71a5f
Octal356357365320434732137
Binary1110111011101111111101011110010011100111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFF5; }

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

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

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

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

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

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

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

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