#E9EAFE

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

Shades of Lavender #E9EAFE

Tints of Lavender #E9EAFE

Color information

#E9EAFE (or 0xE9EAFE) is unknown color: approx Lavender. HEX triplet: E9, EA and FE. RGB value is (233,234,254). Sum of RGB (Red+Green+Blue) = 233+234+254=721 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.32% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9EAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAFE is #161501. Grayscale: #EBEBEB. Windows color (decimal): -1447170 or 16706281. OLE color: 16706281.

HSL color Cylindrical-coordinate representation of color #E9EAFE: hue angle of 237.14º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9EAFE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233234254-
CMYK0.080.0800.00
HSL237.14º91.3%95.49%-
HSV(B)237.14º8.27%99.61%-
XYZ80.9283.33105.58-
YUV235.98138.17125.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.32%
GREEN value IS 234 (91.80% from 255) = 32.45%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=32.32%
G=32.45%
B=35.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332342540.080.0800.00237.1491.395.49
HexE9EAFE8800ed5b5f
Octal351352376101000355133137
Binary11101001111010101111111010001000001110110110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EAFE; }

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

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

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

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

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

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

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

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