#EAEAF9

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

Shades of Lavender #EAEAF9

Tints of Lavender #EAEAF9

Color information

#EAEAF9 (or 0xEAEAF9) is unknown color: approx Lavender. HEX triplet: EA, EA and F9. RGB value is (234,234,249). Sum of RGB (Red+Green+Blue) = 234+234+249=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF9 is #151506. Grayscale: #EBEBEB. Windows color (decimal): -1381639 or 16378602. OLE color: 16378602.

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

Color convert

RGB234234249-
CMYK0.060.0600.02
HSL240º55.56%94.71%-
HSV(B)240º6.02%97.65%-
XYZ80.4583.18101.44-
YUV235.71135.5126.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.64%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 249 (97.66% from 255) = 34.73%
R=32.64%
G=32.64%
B=34.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342342490.060.0600.0224055.5694.71
HexEAEAF96602f0385f
Octal352352371660236070137
Binary111010101110101011111001110110010111100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEAF9; }

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

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

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

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

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

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

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

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