#ECF6DE

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

Shades of Saltpan #ECF6DE

Tints of Saltpan #ECF6DE

Color information

#ECF6DE (or 0xECF6DE) is unknown color: approx Saltpan. HEX triplet: EC, F6 and DE. RGB value is (236,246,222). Sum of RGB (Red+Green+Blue) = 236+246+222=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF6DE is #130921. Grayscale: #F0F0F0. Windows color (decimal): -1247522 or 14612204. OLE color: 14612204.

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

Color convert

RGB236246222-
CMYK0.0400.100.04
HSL85º57.14%91.76%-
HSV(B)85º9.76%96.47%-
XYZ80.7389.0282.03-
YUV240.27117.69124.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=33.52%
G=34.94%
B=31.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2362462220.0400.100.048557.1491.76
HexECF6DE40A455395c
Octal3543663364012412571134
Binary1110110011110110110111101000101010010101011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6DE; }

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

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

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

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

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

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

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

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