#ECF1E2

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

Shades of Saltpan #ECF1E2

Tints of Saltpan #ECF1E2

Color information

#ECF1E2 (or 0xECF1E2) is unknown color: approx Saltpan. HEX triplet: EC, F1 and E2. RGB value is (236,241,226). Sum of RGB (Red+Green+Blue) = 236+241+226=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 226 (88.67% from 255 or 32.15% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1E2 is #130E1D. Grayscale: #EDEDED. Windows color (decimal): -1248798 or 14873068. OLE color: 14873068.

HSL color Cylindrical-coordinate representation of color #ECF1E2: hue angle of 80º 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 #ECF1E2 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB236241226-
CMYK0.0200.060.05
HSL80º34.88%91.57%-
HSV(B)80º6.22%94.51%-
XYZ79.7786.2384.39-
YUV237.8121.34126.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 241 (94.53% from 255) = 34.28%
BLUE value IS 226 (88.67% from 255) = 32.15%
R=33.57%
G=34.28%
B=32.15%

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
Decimal2362412260.0200.060.058034.8891.57
HexECF1E2206550235c
Octal354361342206512043134
Binary11101100111100011110001010011010110100001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1E2; }

 p { color: rgb(236,241,226); }

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

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

 a { background-color: rgb(236,241,226); }

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

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

 span { border-color: rgb(236,241,226); }

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