#ECFFD6

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

Shades of Saltpan #ECFFD6

Tints of Saltpan #ECFFD6

Color information

#ECFFD6 (or 0xECFFD6) is unknown color: approx Saltpan. HEX triplet: EC, FF and D6. RGB value is (236,255,214). Sum of RGB (Red+Green+Blue) = 236+255+214=705 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.48% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 214 (83.98% from 255 or 30.35% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFFD6 is #130029. Grayscale: #F4F4F4. Windows color (decimal): -1245226 or 14090220. OLE color: 14090220.

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

Color convert

RGB236255214-
CMYK0.0700.160
HSL87.8º100%91.96%-
HSV(B)87.8º16.08%100%-
XYZ82.4994.2177.45-
YUV244.64110.71121.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.48%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 214 (83.98% from 255) = 30.35%
R=33.48%
G=36.17%
B=30.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362552140.0700.16087.810091.96
HexECFFD67010058645c
Octal35437732670200130144134
Binary1110110011111111110101101110100000101100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFD6; }

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

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

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

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

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

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

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

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