#ECF2DB

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

Shades of Saltpan #ECF2DB

Tints of Saltpan #ECF2DB

Color information

#ECF2DB (or 0xECF2DB) is unknown color: approx Saltpan. HEX triplet: EC, F2 and DB. RGB value is (236,242,219). Sum of RGB (Red+Green+Blue) = 236+242+219=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECF2DB is #130D24. Grayscale: #EDEDED. Windows color (decimal): -1248549 or 14414572. OLE color: 14414572.

HSL color Cylindrical-coordinate representation of color #ECF2DB: hue angle of 75.65º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ECF2DB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB236242219-
CMYK0.0200.100.05
HSL75.65º46.94%90.39%-
HSV(B)75.65º9.5%94.9%-
XYZ79.1386.4579.53-
YUV237.58117.51126.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.86%
GREEN value IS 242 (94.92% from 255) = 34.72%
BLUE value IS 219 (85.94% from 255) = 31.42%
R=33.86%
G=34.72%
B=31.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362422190.0200.100.0575.6546.9490.39
HexECF2DB20A54c2f5a
Octal3543623332012511457132
Binary111011001111001011011011100101010110011001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF2DB; }

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

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

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

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

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

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

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

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