#ECFED6

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

Shades of Saltpan #ECFED6

Tints of Saltpan #ECFED6

Color information

#ECFED6 (or 0xECFED6) is unknown color: approx Saltpan. HEX triplet: EC, FE and D6. RGB value is (236,254,214). Sum of RGB (Red+Green+Blue) = 236+254+214=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 214 (83.98% from 255 or 30.40% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFED6 is #130129. Grayscale: #F4F4F4. Windows color (decimal): -1245482 or 14089964. OLE color: 14089964.

HSL color Cylindrical-coordinate representation of color #ECFED6: hue angle of 87º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ECFED6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB236254214-
CMYK0.0700.160.00
HSL87º95.24%91.76%-
HSV(B)87º15.75%99.61%-
XYZ82.1793.5777.35-
YUV244.06111.04122.25-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 214 (83.98% from 255) = 30.40%
R=33.52%
G=36.08%
B=30.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362542140.0700.160.008795.2491.76
HexECFED670100575f5c
Octal35437632670200127137134
Binary1110110011111110110101101110100000101011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFED6; }

 p { color: rgb(236,254,214); }

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

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

 a { background-color: rgb(236,254,214); }

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

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

 span { border-color: rgb(236,254,214); }

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