#ECF1E6

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

Shades of Saltpan #ECF1E6

Tints of Saltpan #ECF1E6

Color information

#ECF1E6 (or 0xECF1E6) is unknown color: approx Saltpan. HEX triplet: EC, F1 and E6. RGB value is (236,241,230). Sum of RGB (Red+Green+Blue) = 236+241+230=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 230 (90.23% from 255 or 32.53% from 707); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF1E6 is #130E19. Grayscale: #EEEEEE. Windows color (decimal): -1248794 or 15135212. OLE color: 15135212.

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

Color convert

RGB236241230-
CMYK0.0200.050.05
HSL87.27º28.21%92.35%-
HSV(B)87.27º4.56%94.51%-
XYZ80.3386.4687.32-
YUV238.25123.34126.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 230 (90.23% from 255) = 32.53%
R=33.38%
G=34.09%
B=32.53%

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
Decimal2362412300.0200.050.0587.2728.2192.35
HexECF1E62055571c5c
Octal354361346205512734134
Binary1110110011110001111001101001011011010111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1E6; }

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

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

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

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

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

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

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

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