#E9EDFE

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

Shades of Lavender #E9EDFE

Tints of Lavender #E9EDFE

Color information

#E9EDFE (or 0xE9EDFE) is unknown color: approx Lavender. HEX triplet: E9, ED and FE. RGB value is (233,237,254). Sum of RGB (Red+Green+Blue) = 233+237+254=724 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.18% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9EDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDFE is #161201. Grayscale: #EDEDED. Windows color (decimal): -1446402 or 16707049. OLE color: 16707049.

HSL color Cylindrical-coordinate representation of color #E9EDFE: hue angle of 228.57º 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 #E9EDFE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB233237254-
CMYK0.080.0700.00
HSL228.57º91.3%95.49%-
HSV(B)228.57º8.27%99.61%-
XYZ81.7885.05105.87-
YUV237.74137.17124.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.18%
GREEN value IS 237 (92.97% from 255) = 32.73%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=32.18%
G=32.73%
B=35.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2332372540.080.0700.00228.5791.395.49
HexE9EDFE8700e55b5f
Octal35135537610700345133137
Binary1110100111101101111111101000111001110010110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDFE; }

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

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

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

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

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

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

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

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