#ECF2E5

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

Shades of Saltpan #ECF2E5

Tints of Saltpan #ECF2E5

Color information

#ECF2E5 (or 0xECF2E5) is unknown color: approx Saltpan. HEX triplet: EC, F2 and E5. RGB value is (236,242,229). Sum of RGB (Red+Green+Blue) = 236+242+229=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 229 (89.84% from 255 or 32.39% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2E5 is #130D1A. Grayscale: #EEEEEE. Windows color (decimal): -1248539 or 15069932. OLE color: 15069932.

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

Color convert

RGB236242229-
CMYK0.0200.050.05
HSL87.69º33.33%92.35%-
HSV(B)87.69º5.37%94.9%-
XYZ80.4986.9986.68-
YUV238.72122.51126.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 242 (94.92% from 255) = 34.23%
BLUE value IS 229 (89.84% from 255) = 32.39%
R=33.38%
G=34.23%
B=32.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422290.0200.050.0587.6933.3392.35
HexECF2E5205558215c
Octal354362345205513041134
Binary11101100111100101110010110010110110110001000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2E5; }

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

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

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

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

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

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

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

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