#E9F1DA

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

Shades of Saltpan #E9F1DA

Tints of Saltpan #E9F1DA

Color information

#E9F1DA (or 0xE9F1DA) is unknown color: approx Saltpan. HEX triplet: E9, F1 and DA. RGB value is (233,241,218). Sum of RGB (Red+Green+Blue) = 233+241+218=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1DA is #160E25. Grayscale: #ECECEC. Windows color (decimal): -1445414 or 14348777. OLE color: 14348777.

HSL color Cylindrical-coordinate representation of color #E9F1DA: hue angle of 80.87º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E9F1DA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB233241218-
CMYK0.0300.100.05
HSL80.87º45.1%90%-
HSV(B)80.87º9.54%94.51%-
XYZ77.7185.378.7-
YUV235.99117.85125.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.67%
GREEN value IS 241 (94.53% from 255) = 34.83%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=33.67%
G=34.83%
B=31.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332412180.0300.100.0580.8745.190
HexE9F1DA30A5512d5a
Octal3513613323012512155132
Binary111010011111000111011010110101010110100011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F1DA; }

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

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

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

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

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

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

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

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