#EAEBF4

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

Shades of Lavender #EAEBF4

Tints of Lavender #EAEBF4

Color information

#EAEBF4 (or 0xEAEBF4) is unknown color: approx Lavender. HEX triplet: EA, EB and F4. RGB value is (234,235,244). Sum of RGB (Red+Green+Blue) = 234+235+244=713 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.82% from 713); Green value is 235 (92.19% from 255 or 32.96% from 713); Blue value is 244 (95.70% from 255 or 34.22% from 713); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAEBF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBF4 is #15140B. Grayscale: #EBEBEB. Windows color (decimal): -1381388 or 16051178. OLE color: 16051178.

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

Color convert

RGB234235244-
CMYK0.040.0400.04
HSL234º31.25%93.73%-
HSV(B)234º4.1%95.69%-
XYZ79.9783.4497.48-
YUV235.73132.67126.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.82%
GREEN value IS 235 (92.19% from 255) = 32.96%
BLUE value IS 244 (95.70% from 255) = 34.22%
R=32.82%
G=32.96%
B=34.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342352440.040.0400.0423431.2593.73
HexEAEBF44404ea1f5e
Octal352353364440435237136
Binary111010101110101111110100100100010011101010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEBF4; }

 p { color: rgb(234,235,244); }

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

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

 a { background-color: rgb(234,235,244); }

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

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

 span { border-color: rgb(234,235,244); }

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