#EEEDF4

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

Shades of Lavender #EEEDF4

Tints of Lavender #EEEDF4

Color information

#EEEDF4 (or 0xEEEDF4) is unknown color: approx Lavender. HEX triplet: EE, ED and F4. RGB value is (238,237,244). Sum of RGB (Red+Green+Blue) = 238+237+244=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 237 (92.97% from 255 or 32.96% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEEDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDF4 is #11120B. Grayscale: #EEEEEE. Windows color (decimal): -1118732 or 16051694. OLE color: 16051694.

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

Color convert

RGB238237244-
CMYK0.020.0300.04
HSL248.57º24.14%94.31%-
HSV(B)248.57º2.87%95.69%-
XYZ81.8785.2897.73-
YUV238.1131.33127.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.10%
GREEN value IS 237 (92.97% from 255) = 32.96%
BLUE value IS 244 (95.70% from 255) = 33.94%
R=33.10%
G=32.96%
B=33.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382372440.020.0300.04248.5724.1494.31
HexEEEDF42304f9185e
Octal356355364230437130136
Binary1110111011101101111101001011010011111001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDF4; }

 p { color: rgb(238,237,244); }

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

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

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

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

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

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

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