#EAEAEF

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

Shades of Lavender #EAEAEF

Tints of Lavender #EAEAEF

Color information

#EAEAEF (or 0xEAEAEF) is unknown color: approx Lavender. HEX triplet: EA, EA and EF. RGB value is (234,234,239). Sum of RGB (Red+Green+Blue) = 234+234+239=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAEF is #151510. Grayscale: #EAEAEA. Windows color (decimal): -1381649 or 15723242. OLE color: 15723242.

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

Color convert

RGB234234239-
CMYK0.020.0200.06
HSL240º13.51%92.75%-
HSV(B)240º2.09%93.73%-
XYZ78.9382.5793.44-
YUV234.57130.5127.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.10%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=33.10%
G=33.10%
B=33.80%

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
Decimal2342342390.020.0200.0624013.5192.75
HexEAEAEF2206f0e5d
Octal352352357220636016135
Binary111010101110101011101111101001101111000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAEF; }

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

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

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

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

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

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

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

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