#EAE8F5

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

Shades of Lavender #EAE8F5

Tints of Lavender #EAE8F5

Color information

#EAE8F5 (or 0xEAE8F5) is unknown color: approx Lavender. HEX triplet: EA, E8 and F5. RGB value is (234,232,245). Sum of RGB (Red+Green+Blue) = 234+232+245=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 232 (91.02% from 255 or 32.63% from 711); Blue value is 245 (96.09% from 255 or 34.46% from 711); Max value from RGB is 245 - color contains mainly: blue. Hex color #EAE8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8F5 is #15170A. Grayscale: #EAEAEA. Windows color (decimal): -1382155 or 16115946. OLE color: 16115946.

HSL color Cylindrical-coordinate representation of color #EAE8F5: hue angle of 249.23º degrees, saturation: 0.39, 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 #EAE8F5 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB234232245-
CMYK0.040.0500.04
HSL249.23º39.39%93.53%-
HSV(B)249.23º5.31%96.08%-
XYZ79.2781.898-
YUV234.08134.16127.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 232 (91.02% from 255) = 32.63%
BLUE value IS 245 (96.09% from 255) = 34.46%
R=32.91%
G=32.63%
B=34.46%

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
Decimal2342322450.040.0500.04249.2339.3993.53
HexEAE8F54504f9275e
Octal352350365450437147136
Binary1110101011101000111101011001010100111110011001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8F5; }

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

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

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

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

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

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

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

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