#EEEEF5

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

Shades of Lavender #EEEEF5

Tints of Lavender #EEEEF5

Color information

#EEEEF5 (or 0xEEEEF5) is unknown color: approx Lavender. HEX triplet: EE, EE and F5. RGB value is (238,238,245). Sum of RGB (Red+Green+Blue) = 238+238+245=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 245 (96.09% from 255 or 33.98% from 721); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEF5 is #11110A. Grayscale: #EEEEEE. Windows color (decimal): -1118475 or 16117486. OLE color: 16117486.

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

Color convert

RGB238238245-
CMYK0.030.0300.04
HSL240º25.93%94.71%-
HSV(B)240º2.86%96.08%-
XYZ82.3285.9298.63-
YUV238.8131.5127.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.01%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 245 (96.09% from 255) = 33.98%
R=33.01%
G=33.01%
B=33.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382382450.030.0300.0424025.9394.71
HexEEEEF53304f01a5f
Octal356356365330436032137
Binary1110111011101110111101011111010011110000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEF5; }

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

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

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

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

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

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

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

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