#ECF9DC

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

Shades of Saltpan #ECF9DC

Tints of Saltpan #ECF9DC

Color information

#ECF9DC (or 0xECF9DC) is unknown color: approx Saltpan. HEX triplet: EC, F9 and DC. RGB value is (236,249,220). Sum of RGB (Red+Green+Blue) = 236+249+220=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 220 (86.33% from 255 or 31.21% from 705); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF9DC is #130623. Grayscale: #F1F1F1. Windows color (decimal): -1246756 or 14481900. OLE color: 14481900.

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

Color convert

RGB236249220-
CMYK0.0500.120.02
HSL86.9º70.73%91.96%-
HSV(B)86.9º11.65%97.65%-
XYZ81.3990.7580.94-
YUV241.81115.69123.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.48%
GREEN value IS 249 (97.66% from 255) = 35.32%
BLUE value IS 220 (86.33% from 255) = 31.21%
R=33.48%
G=35.32%
B=31.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362492200.0500.120.0286.970.7391.96
HexECF9DC50C257475c
Octal35437133450142127107134
Binary1110110011111001110111001010110010101011110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF9DC; }

 p { color: rgb(236,249,220); }

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

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

 a { background-color: rgb(236,249,220); }

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

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

 span { border-color: rgb(236,249,220); }

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