#EEEDF2

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

Shades of Lavender #EEEDF2

Tints of Lavender #EEEDF2

Color information

#EEEDF2 (or 0xEEEDF2) is unknown color: approx Lavender. HEX triplet: EE, ED and F2. RGB value is (238,237,242). Sum of RGB (Red+Green+Blue) = 238+237+242=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDF2 is #11120D. Grayscale: #EDEDED. Windows color (decimal): -1118734 or 15920622. OLE color: 15920622.

HSL color Cylindrical-coordinate representation of color #EEEDF2: hue angle of 252º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEDF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238237242-
CMYK0.020.0200.05
HSL252º16.13%93.92%-
HSV(B)252º2.07%94.9%-
XYZ81.5785.1696.14-
YUV237.87130.33128.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.19%
GREEN value IS 237 (92.97% from 255) = 33.05%
BLUE value IS 242 (94.92% from 255) = 33.75%
R=33.19%
G=33.05%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382372420.020.0200.0525216.1393.92
HexEEEDF22205fc105e
Octal356355362220537420136
Binary1110111011101101111100101010010111111100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDF2; }

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

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

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

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

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

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

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

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