#ECF6DC

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

Shades of Saltpan #ECF6DC

Tints of Saltpan #ECF6DC

Color information

#ECF6DC (or 0xECF6DC) is unknown color: approx Saltpan. HEX triplet: EC, F6 and DC. RGB value is (236,246,220). Sum of RGB (Red+Green+Blue) = 236+246+220=702 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.62% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF6DC is #130923. Grayscale: #F0F0F0. Windows color (decimal): -1247524 or 14481132. OLE color: 14481132.

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

Color convert

RGB236246220-
CMYK0.0400.110.04
HSL83.08º59.09%91.37%-
HSV(B)83.08º10.57%96.47%-
XYZ80.4788.9180.63-
YUV240.05116.69125.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.62%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=33.62%
G=35.04%
B=31.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362462200.0400.110.0483.0859.0991.37
HexECF6DC40B4533b5b
Octal3543663344013412373133
Binary1110110011110110110111001000101110010100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6DC; }

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

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

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

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

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

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

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

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