#ECF1DE

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

Shades of Saltpan #ECF1DE

Tints of Saltpan #ECF1DE

Color information

#ECF1DE (or 0xECF1DE) is unknown color: approx Saltpan. HEX triplet: EC, F1 and DE. RGB value is (236,241,222). Sum of RGB (Red+Green+Blue) = 236+241+222=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DE is #130E21. Grayscale: #EDEDED. Windows color (decimal): -1248802 or 14610924. OLE color: 14610924.

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

Color convert

RGB236241222-
CMYK0.0200.080.05
HSL75.79º40.43%90.78%-
HSV(B)75.79º7.88%94.51%-
XYZ79.2386.0281.53-
YUV237.34119.34127.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 222 (87.11% from 255) = 31.76%
R=33.76%
G=34.48%
B=31.76%

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
Decimal2362412220.0200.080.0575.7940.4390.78
HexECF1DE20854c285b
Octal3543613362010511450133
Binary111011001111000111011110100100010110011001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1DE; }

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

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

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

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

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

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

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

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