#E9F1DC

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

Shades of Saltpan #E9F1DC

Tints of Saltpan #E9F1DC

Color information

#E9F1DC (or 0xE9F1DC) is unknown color: approx Saltpan. HEX triplet: E9, F1 and DC. RGB value is (233,241,220). Sum of RGB (Red+Green+Blue) = 233+241+220=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 241 - color contains mainly: green. Hex color #E9F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F1DC is #160E23. Grayscale: #ECECEC. Windows color (decimal): -1445412 or 14479849. OLE color: 14479849.

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

Color convert

RGB233241220-
CMYK0.0300.090.05
HSL82.86º42.86%90.39%-
HSV(B)82.86º8.71%94.51%-
XYZ77.9885.480.08-
YUV236.21118.85125.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.57%
GREEN value IS 241 (94.53% from 255) = 34.73%
BLUE value IS 220 (86.33% from 255) = 31.70%
R=33.57%
G=34.73%
B=31.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332412200.0300.090.0582.8642.8690.39
HexE9F1DC3095532b5a
Octal3513613343011512353132
Binary111010011111000111011100110100110110100111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F1DC; }

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

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

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

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

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

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

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

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