#ECF5DB

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

Shades of Saltpan #ECF5DB

Tints of Saltpan #ECF5DB

Color information

#ECF5DB (or 0xECF5DB) is unknown color: approx Saltpan. HEX triplet: EC, F5 and DB. RGB value is (236,245,219). Sum of RGB (Red+Green+Blue) = 236+245+219=700 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.71% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF5DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF5DB is #130A24. Grayscale: #EFEFEF. Windows color (decimal): -1247781 or 14415340. OLE color: 14415340.

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

Color convert

RGB236245219-
CMYK0.0400.110.04
HSL80.77º56.52%90.98%-
HSV(B)80.77º10.61%96.08%-
XYZ80.0388.2579.83-
YUV239.34116.52125.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.71%
GREEN value IS 245 (96.09% from 255) = 35%
BLUE value IS 219 (85.94% from 255) = 31.29%
R=33.71%
G=35%
B=31.29%

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
Decimal2362452190.0400.110.0480.7756.5290.98
HexECF5DB40B451395b
Octal3543653334013412171133
Binary1110110011110101110110111000101110010100011110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF5DB; }

 p { color: rgb(236,245,219); }

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

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

 a { background-color: rgb(236,245,219); }

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

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

 span { border-color: rgb(236,245,219); }

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