#EAE9F5

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

Shades of Lavender #EAE9F5

Tints of Lavender #EAE9F5

Color information

#EAE9F5 (or 0xEAE9F5) is unknown color: approx Lavender. HEX triplet: EA, E9 and F5. RGB value is (234,233,245). Sum of RGB (Red+Green+Blue) = 234+233+245=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 233 (91.41% from 255 or 32.72% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9F5 is #15160A. Grayscale: #EAEAEA. Windows color (decimal): -1381899 or 16116202. OLE color: 16116202.

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

Color convert

RGB234233245-
CMYK0.040.0500.04
HSL245º37.5%93.73%-
HSV(B)245º4.9%96.08%-
XYZ79.5582.3698.09-
YUV234.67133.83127.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 233 (91.41% from 255) = 32.72%
BLUE value IS 245 (96.09% from 255) = 34.41%
R=32.87%
G=32.72%
B=34.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342332450.040.0500.0424537.593.73
HexEAE9F54504f5255e
Octal352351365450436545136
Binary1110101011101001111101011001010100111101011001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9F5; }

 p { color: rgb(234,233,245); }

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

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

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

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

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

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

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