#ECF2DC

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

Shades of Saltpan #ECF2DC

Tints of Saltpan #ECF2DC

Color information

#ECF2DC (or 0xECF2DC) is unknown color: approx Saltpan. HEX triplet: EC, F2 and DC. RGB value is (236,242,220). Sum of RGB (Red+Green+Blue) = 236+242+220=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 242 (94.92% from 255 or 34.67% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DC is #130D23. Grayscale: #EDEDED. Windows color (decimal): -1248548 or 14480108. OLE color: 14480108.

HSL color Cylindrical-coordinate representation of color #ECF2DC: hue angle of 76.36º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECF2DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB236242220-
CMYK0.0200.090.05
HSL76.36º45.83%90.59%-
HSV(B)76.36º9.09%94.9%-
XYZ79.2686.580.23-
YUV237.7118.01126.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 242 (94.92% from 255) = 34.67%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=33.81%
G=34.67%
B=31.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422200.0200.090.0576.3645.8390.59
HexECF2DC20954c2e5b
Octal3543623342011511456133
Binary111011001111001011011100100100110110011001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2DC; }

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

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

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

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

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

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

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

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