#EAE5F8

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

Shades of Lavender #EAE5F8

Tints of Lavender #EAE5F8

Color information

#EAE5F8 (or 0xEAE5F8) is unknown color: approx Lavender. HEX triplet: EA, E5 and F8. RGB value is (234,229,248). Sum of RGB (Red+Green+Blue) = 234+229+248=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 229 (89.84% from 255 or 32.21% from 711); Blue value is 248 (97.27% from 255 or 34.88% from 711); Max value from RGB is 248 - color contains mainly: blue. Hex color #EAE5F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5F8 is #151A07. Grayscale: #E8E8E8. Windows color (decimal): -1382920 or 16311786. OLE color: 16311786.

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

Color convert

RGB234229248-
CMYK0.060.0800.03
HSL255.79º57.58%93.53%-
HSV(B)255.79º7.66%97.25%-
XYZ78.8980.31100.15-
YUV232.66136.66128.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 229 (89.84% from 255) = 32.21%
BLUE value IS 248 (97.27% from 255) = 34.88%
R=32.91%
G=32.21%
B=34.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342292480.060.0800.03255.7957.5893.53
HexEAE5F868031003a5e
Octal3523453706100340072136
Binary11101010111001011111100011010000111000000001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE5F8; }

 p { color: rgb(234,229,248); }

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

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

 a { background-color: rgb(234,229,248); }

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

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

 span { border-color: rgb(234,229,248); }

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