#ECF6DA

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

Shades of Saltpan #ECF6DA

Tints of Saltpan #ECF6DA

Color information

#ECF6DA (or 0xECF6DA) is unknown color: approx Saltpan. HEX triplet: EC, F6 and DA. RGB value is (236,246,218). Sum of RGB (Red+Green+Blue) = 236+246+218=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF6DA is #130925. Grayscale: #EFEFEF. Windows color (decimal): -1247526 or 14350060. OLE color: 14350060.

HSL color Cylindrical-coordinate representation of color #ECF6DA: hue angle of 81.43º degrees, saturation: 0.61, 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 #ECF6DA is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB236246218-
CMYK0.0400.110.04
HSL81.43º60.87%90.98%-
HSV(B)81.43º11.38%96.47%-
XYZ80.288.8179.24-
YUV239.82115.69125.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 246 (96.48% from 255) = 35.14%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=33.71%
G=35.14%
B=31.14%

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
Decimal2362462180.0400.110.0481.4360.8790.98
HexECF6DA40B4513d5b
Octal3543663324013412175133
Binary1110110011110110110110101000101110010100011111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6DA; }

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

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

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

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

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

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

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

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