#E9EDDE

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

Shades of Saltpan #E9EDDE

Tints of Saltpan #E9EDDE

Color information

#E9EDDE (or 0xE9EDDE) is unknown color: approx Saltpan. HEX triplet: E9, ED and DE. RGB value is (233,237,222). Sum of RGB (Red+Green+Blue) = 233+237+222=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDDE is #161221. Grayscale: #EAEAEA. Windows color (decimal): -1446434 or 14609897. OLE color: 14609897.

HSL color Cylindrical-coordinate representation of color #E9EDDE: hue angle of 76º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9EDDE is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB233237222-
CMYK0.0200.060.07
HSL76º29.41%90%-
HSV(B)76º6.33%92.94%-
XYZ77.0783.1781.1-
YUV234.09121.17127.22-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 222 (87.11% from 255) = 32.08%
R=33.67%
G=34.25%
B=32.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332372220.0200.060.077629.4190
HexE9EDDE20674c1d5a
Octal351355336206711435132
Binary1110100111101101110111101001101111001100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDDE; }

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

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

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

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

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

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

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

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