#E9F2DA

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

Shades of Saltpan #E9F2DA

Tints of Saltpan #E9F2DA

Color information

#E9F2DA (or 0xE9F2DA) is unknown color: approx Saltpan. HEX triplet: E9, F2 and DA. RGB value is (233,242,218). Sum of RGB (Red+Green+Blue) = 233+242+218=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E9F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9F2DA is #160D25. Grayscale: #ECECEC. Windows color (decimal): -1445158 or 14349033. OLE color: 14349033.

HSL color Cylindrical-coordinate representation of color #E9F2DA: hue angle of 82.5º degrees, saturation: 0.48, 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 #E9F2DA is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB233242218-
CMYK0.0400.100.05
HSL82.5º48%90.2%-
HSV(B)82.5º9.92%94.9%-
XYZ78.0185.8978.8-
YUV236.57117.52125.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.62%
GREEN value IS 242 (94.92% from 255) = 34.92%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=33.62%
G=34.92%
B=31.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2332422180.0400.100.0582.54890.2
HexE9F2DA40A552305a
Octal3513623324012512260132
Binary1110100111110010110110101000101010110100101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9F2DA; }

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

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

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

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

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

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

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

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