#EAEAF3

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

Shades of Lavender #EAEAF3

Tints of Lavender #EAEAF3

Color information

#EAEAF3 (or 0xEAEAF3) is unknown color: approx Lavender. HEX triplet: EA, EA and F3. RGB value is (234,234,243). Sum of RGB (Red+Green+Blue) = 234+234+243=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF3 is #15150C. Grayscale: #EAEAEA. Windows color (decimal): -1381645 or 15985386. OLE color: 15985386.

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

Color convert

RGB234234243-
CMYK0.040.0400.05
HSL240º27.27%93.53%-
HSV(B)240º3.7%95.29%-
XYZ79.5382.8196.59-
YUV235.03132.5127.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.91%
GREEN value IS 234 (91.80% from 255) = 32.91%
BLUE value IS 243 (95.31% from 255) = 34.18%
R=32.91%
G=32.91%
B=34.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342342430.040.0400.0524027.2793.53
HexEAEAF34405f01b5e
Octal352352363440536033136
Binary111010101110101011110011100100010111110000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF3; }

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

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

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

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

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

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

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

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