#ECF2DE

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

Shades of Saltpan #ECF2DE

Tints of Saltpan #ECF2DE

Color information

#ECF2DE (or 0xECF2DE) is unknown color: approx Saltpan. HEX triplet: EC, F2 and DE. RGB value is (236,242,222). Sum of RGB (Red+Green+Blue) = 236+242+222=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DE is #130D21. Grayscale: #EEEEEE. Windows color (decimal): -1248546 or 14611180. OLE color: 14611180.

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

Color convert

RGB236242222-
CMYK0.0200.080.05
HSL78º43.48%90.98%-
HSV(B)78º8.26%94.9%-
XYZ79.5386.6181.63-
YUV237.93119.01126.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 222 (87.11% from 255) = 31.71%
R=33.71%
G=34.57%
B=31.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422220.0200.080.057843.4890.98
HexECF2DE20854e2b5b
Octal3543623362010511653133
Binary111011001111001011011110100100010110011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2DE; }

 p { color: rgb(236,242,222); }

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

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

 a { background-color: rgb(236,242,222); }

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

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

 span { border-color: rgb(236,242,222); }

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