#ECF1DD

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

Shades of Saltpan #ECF1DD

Tints of Saltpan #ECF1DD

Color information

#ECF1DD (or 0xECF1DD) is unknown color: approx Saltpan. HEX triplet: EC, F1 and DD. RGB value is (236,241,221). Sum of RGB (Red+Green+Blue) = 236+241+221=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF1DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF1DD is #130E22. Grayscale: #EDEDED. Windows color (decimal): -1248803 or 14545388. OLE color: 14545388.

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

Color convert

RGB236241221-
CMYK0.0200.080.05
HSL75º41.67%90.59%-
HSV(B)75º8.3%94.51%-
XYZ79.185.9680.83-
YUV237.22118.84127.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=33.81%
G=34.53%
B=31.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362412210.0200.080.057541.6790.59
HexECF1DD20854b2a5b
Octal3543613352010511352133
Binary111011001111000111011101100100010110010111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF1DD; }

 p { color: rgb(236,241,221); }

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

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

 a { background-color: rgb(236,241,221); }

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

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

 span { border-color: rgb(236,241,221); }

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