#E9E4FA

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

Shades of Lavender #E9E4FA

Tints of Lavender #E9E4FA

Color information

#E9E4FA (or 0xE9E4FA) is unknown color: approx Lavender. HEX triplet: E9, E4 and FA. RGB value is (233,228,250). Sum of RGB (Red+Green+Blue) = 233+228+250=711 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.77% from 711); Green value is 228 (89.45% from 255 or 32.07% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #E9E4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E4FA is #161B05. Grayscale: #E7E7E7. Windows color (decimal): -1448710 or 16442601. OLE color: 16442601.

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

Color convert

RGB233228250-
CMYK0.070.0900.02
HSL253.64º68.75%93.73%-
HSV(B)253.64º8.8%98.04%-
XYZ78.679.71101.69-
YUV232138.16128.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.77%
GREEN value IS 228 (89.45% from 255) = 32.07%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=32.77%
G=32.07%
B=35.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2332282500.070.0900.02253.6468.7593.73
HexE9E4FA7902fe455e
Octal35134437271102376105136
Binary11101001111001001111101011110010101111111010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E4FA; }

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

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

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

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

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

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

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

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