#EAEAF7

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

Shades of Lavender #EAEAF7

Tints of Lavender #EAEAF7

Color information

#EAEAF7 (or 0xEAEAF7) is unknown color: approx Lavender. HEX triplet: EA, EA and F7. RGB value is (234,234,247). Sum of RGB (Red+Green+Blue) = 234+234+247=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF7 is #151508. Grayscale: #EBEBEB. Windows color (decimal): -1381641 or 16247530. OLE color: 16247530.

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

Color convert

RGB234234247-
CMYK0.050.0500.03
HSL240º44.83%94.31%-
HSV(B)240º5.26%96.86%-
XYZ80.1483.0599.8-
YUV235.48134.5126.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 234 (91.80% from 255) = 32.73%
BLUE value IS 247 (96.88% from 255) = 34.55%
R=32.73%
G=32.73%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342342470.050.0500.0324044.8394.31
HexEAEAF75503f02d5e
Octal352352367550336055136
Binary111010101110101011110111101101011111100001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF7; }

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

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

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

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

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

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

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

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