#EAEAF4

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

Shades of Lavender #EAEAF4

Tints of Lavender #EAEAF4

Color information

#EAEAF4 (or 0xEAEAF4) is unknown color: approx Lavender. HEX triplet: EA, EA and F4. RGB value is (234,234,244). Sum of RGB (Red+Green+Blue) = 234+234+244=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 244 (95.70% from 255 or 34.27% from 712); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF4 is #15150B. Grayscale: #EBEBEB. Windows color (decimal): -1381644 or 16050922. OLE color: 16050922.

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

Color convert

RGB234234244-
CMYK0.040.0400.04
HSL240º31.25%93.73%-
HSV(B)240º4.1%95.69%-
XYZ79.6882.8797.38-
YUV235.14133127.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 234 (91.80% from 255) = 32.87%
BLUE value IS 244 (95.70% from 255) = 34.27%
R=32.87%
G=32.87%
B=34.27%

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
Decimal2342342440.040.0400.0424031.2593.73
HexEAEAF44404f01f5e
Octal352352364440436037136
Binary111010101110101011110100100100010011110000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF4; }

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

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

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

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

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

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

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

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