#E9EDFF

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

Shades of Lavender #E9EDFF

Tints of Lavender #E9EDFF

Color information

#E9EDFF (or 0xE9EDFF) is unknown color: approx Lavender. HEX triplet: E9, ED and FF. RGB value is (233,237,255). Sum of RGB (Red+Green+Blue) = 233+237+255=725 (96% of max value = 765). Red value is 233 (91.41% from 255 or 32.14% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #E9EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDFF is #161200. Grayscale: #EDEDED. Windows color (decimal): -1446401 or 16772585. OLE color: 16772585.

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

Color convert

RGB233237255-
CMYK0.090.0700
HSL229.09º100%95.69%-
HSV(B)229.09º8.63%100%-
XYZ81.9485.11106.72-
YUV237.86137.67124.54-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.14%
GREEN value IS 237 (92.97% from 255) = 32.69%
BLUE value IS 255 (100% from 255) = 35.17%
R=32.14%
G=32.69%
B=35.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2332372550.090.0700229.0910095.69
HexE9EDFF9700e56460
Octal35135537711700345144140
Binary1110100111101101111111111001111001110010111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDFF; }

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

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

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

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

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

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

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

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