#E9EAFA

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

Shades of Lavender #E9EAFA

Tints of Lavender #E9EAFA

Color information

#E9EAFA (or 0xE9EAFA) is unknown color: approx Lavender. HEX triplet: E9, EA and FA. RGB value is (233,234,250). Sum of RGB (Red+Green+Blue) = 233+234+250=717 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.50% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAFA is #161505. Grayscale: #EBEBEB. Windows color (decimal): -1447174 or 16444137. OLE color: 16444137.

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

Color convert

RGB233234250-
CMYK0.070.0600.02
HSL236.47º62.96%94.71%-
HSV(B)236.47º6.8%98.04%-
XYZ80.2883.07102.25-
YUV235.52136.17126.2-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.50%
GREEN value IS 234 (91.80% from 255) = 32.64%
BLUE value IS 250 (98.05% from 255) = 34.87%
R=32.50%
G=32.64%
B=34.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332342500.070.0600.02236.4762.9694.71
HexE9EAFA7602ec3f5f
Octal351352372760235477137
Binary111010011110101011111010111110010111011001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EAFA; }

 p { color: rgb(233,234,250); }

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

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

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

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

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

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

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