#E9EDFD

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

Shades of Lavender #E9EDFD

Tints of Lavender #E9EDFD

Color information

#E9EDFD (or 0xE9EDFD) is unknown color: approx Lavender. HEX triplet: E9, ED and FD. RGB value is (233,237,253). Sum of RGB (Red+Green+Blue) = 233+237+253=723 (95% of max value = 765). Red value is 233 (91.41% from 255 or 32.23% from 723); Green value is 237 (92.97% from 255 or 32.78% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #E9EDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EDFD is #161202. Grayscale: #EDEDED. Windows color (decimal): -1446403 or 16641513. OLE color: 16641513.

HSL color Cylindrical-coordinate representation of color #E9EDFD: hue angle of 228º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9EDFD is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB233237253-
CMYK0.080.0600.01
HSL228º83.33%95.29%-
HSV(B)228º7.91%99.22%-
XYZ81.6284.98105.03-
YUV237.63136.67124.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 32.23%
GREEN value IS 237 (92.97% from 255) = 32.78%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=32.23%
G=32.78%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332372530.080.0600.0122883.3395.29
HexE9EDFD8601e4535f
Octal35135537510601344123137
Binary1110100111101101111111011000110011110010010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDFD; }

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

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

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

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

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

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

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

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