#ECF5DF

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

Shades of Saltpan #ECF5DF

Tints of Saltpan #ECF5DF

Color information

#ECF5DF (or 0xECF5DF) is unknown color: approx Saltpan. HEX triplet: EC, F5 and DF. RGB value is (236,245,223). Sum of RGB (Red+Green+Blue) = 236+245+223=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5DF is #130A20. Grayscale: #EFEFEF. Windows color (decimal): -1247777 or 14677484. OLE color: 14677484.

HSL color Cylindrical-coordinate representation of color #ECF5DF: hue angle of 84.55º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF5DF is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB236245223-
CMYK0.0400.090.04
HSL84.55º52.38%91.76%-
HSV(B)84.55º8.98%96.08%-
XYZ80.5688.4782.64-
YUV239.8118.52125.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 245 (96.09% from 255) = 34.80%
BLUE value IS 223 (87.5% from 255) = 31.68%
R=33.52%
G=34.80%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362452230.0400.090.0484.5552.3891.76
HexECF5DF409455345c
Octal3543653374011412564134
Binary1110110011110101110111111000100110010101011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5DF; }

 p { color: rgb(236,245,223); }

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

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

 a { background-color: rgb(236,245,223); }

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

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

 span { border-color: rgb(236,245,223); }

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