#EAEAF0

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

Shades of Lavender #EAEAF0

Tints of Lavender #EAEAF0

Color information

#EAEAF0 (or 0xEAEAF0) is unknown color: approx Lavender. HEX triplet: EA, EA and F0. RGB value is (234,234,240). Sum of RGB (Red+Green+Blue) = 234+234+240=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF0 is #15150F. Grayscale: #EAEAEA. Windows color (decimal): -1381648 or 15788778. OLE color: 15788778.

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

Color convert

RGB234234240-
CMYK0.020.0200.06
HSL240º16.67%92.94%-
HSV(B)240º2.5%94.12%-
XYZ79.0882.6394.22-
YUV234.68131127.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.05%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 240 (94.14% from 255) = 33.90%
R=33.05%
G=33.05%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342342400.020.0200.0624016.6792.94
HexEAEAF02206f0115d
Octal352352360220636021135
Binary1110101011101010111100001010011011110000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF0; }

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

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

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

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

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

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

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

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