#ECF2E4

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

Shades of Saltpan #ECF2E4

Tints of Saltpan #ECF2E4

Color information

#ECF2E4 (or 0xECF2E4) is unknown color: approx Saltpan. HEX triplet: EC, F2 and E4. RGB value is (236,242,228). Sum of RGB (Red+Green+Blue) = 236+242+228=706 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.43% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2E4 is #130D1B. Grayscale: #EEEEEE. Windows color (decimal): -1248540 or 15004396. OLE color: 15004396.

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

Color convert

RGB236242228-
CMYK0.0200.060.05
HSL85.71º35%92.16%-
HSV(B)85.71º5.79%94.9%-
XYZ80.3586.9485.94-
YUV238.61122.01126.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.43%
GREEN value IS 242 (94.92% from 255) = 34.28%
BLUE value IS 228 (89.45% from 255) = 32.29%
R=33.43%
G=34.28%
B=32.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422280.0200.060.0585.713592.16
HexECF2E4206556235c
Octal354362344206512643134
Binary11101100111100101110010010011010110101101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2E4; }

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

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

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

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

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

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

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

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