#E9F0DA

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

Shades of Saltpan #E9F0DA

Tints of Saltpan #E9F0DA

Color information

#E9F0DA (or 0xE9F0DA) is unknown color: approx Saltpan. HEX triplet: E9, F0 and DA. RGB value is (233,240,218). Sum of RGB (Red+Green+Blue) = 233+240+218=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 240 (94.14% from 255 or 34.73% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 240 - color contains mainly: green. Hex color #E9F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F0DA is #160F25. Grayscale: #EBEBEB. Windows color (decimal): -1445670 or 14348521. OLE color: 14348521.

HSL color Cylindrical-coordinate representation of color #E9F0DA: hue angle of 79.09º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9F0DA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB233240218-
CMYK0.0300.090.06
HSL79.09º42.31%89.8%-
HSV(B)79.09º9.17%94.12%-
XYZ77.4284.7178.6-
YUV235.4118.18126.29-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.72%
GREEN value IS 240 (94.14% from 255) = 34.73%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=33.72%
G=34.73%
B=31.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2332402180.0300.090.0679.0942.3189.8
HexE9F0DA30964f2a5a
Octal3513603323011611752132
Binary111010011111000011011010110100111010011111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F0DA; }

 p { color: rgb(233,240,218); }

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

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

 a { background-color: rgb(233,240,218); }

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

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

 span { border-color: rgb(233,240,218); }

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