#EAE8F0

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

Shades of Lavender #EAE8F0

Tints of Lavender #EAE8F0

Color information

#EAE8F0 (or 0xEAE8F0) is unknown color: approx Lavender. HEX triplet: EA, E8 and F0. RGB value is (234,232,240). Sum of RGB (Red+Green+Blue) = 234+232+240=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAE8F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8F0 is #15170F. Grayscale: #E9E9E9. Windows color (decimal): -1382160 or 15788266. OLE color: 15788266.

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

Color convert

RGB234232240-
CMYK0.020.0300.06
HSL255º21.05%92.55%-
HSV(B)255º3.33%94.12%-
XYZ78.5281.594.03-
YUV233.51131.66128.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.14%
GREEN value IS 232 (91.02% from 255) = 32.86%
BLUE value IS 240 (94.14% from 255) = 33.99%
R=33.14%
G=32.86%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342322400.020.0300.0625521.0592.55
HexEAE8F02306ff155d
Octal352350360230637725135
Binary1110101011101000111100001011011011111111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE8F0; }

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

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

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

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

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

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

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

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