#EAEAF6

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

Shades of Lavender #EAEAF6

Tints of Lavender #EAEAF6

Color information

#EAEAF6 (or 0xEAEAF6) is unknown color: approx Lavender. HEX triplet: EA, EA and F6. RGB value is (234,234,246). Sum of RGB (Red+Green+Blue) = 234+234+246=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF6 is #151509. Grayscale: #EBEBEB. Windows color (decimal): -1381642 or 16181994. OLE color: 16181994.

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

Color convert

RGB234234246-
CMYK0.050.0500.04
HSL240º40%94.12%-
HSV(B)240º4.88%96.47%-
XYZ79.9982.9998.99-
YUV235.37134127.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.77%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 246 (96.48% from 255) = 34.45%
R=32.77%
G=32.77%
B=34.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342342460.050.0500.042404094.12
HexEAEAF65504f0285e
Octal352352366550436050136
Binary1110101011101010111101101011010100111100001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF6; }

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

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

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

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

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

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

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

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